Overview
Comment:N'inclure dans la version packagée que les classes actuellement utilisées, pas tout KD2\
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5517756f40d89a178beb0b336200e391a906b84d
User & Date: bohwaz on 2017-10-19 01:06:14
Other Links: manifest | tags
References
2020-12-08
23:25 Wiki page "Changelog/0.9" artifact: b9c916b4d1 user: bohwaz
Context
2017-10-23
09:13
Correction utilisation d'objet et pas d'array dans envoi auto de rappel de cotise check-in: f6065709dc user: bohwaz tags: trunk
2017-10-19
01:06
N'inclure dans la version packagée que les classes actuellement utilisées, pas tout KD2\ check-in: 5517756f40 user: bohwaz tags: trunk
00:33
Correction : ne pas permettre de mettre deux fois le même champ identifiant (le test n'était pas fonctionnel) check-in: e88a5b8546 user: bohwaz tags: trunk, stable, 0.8.0
Changes

Modified src/Makefile from [b931228697] to [c2bdd03499].

13
14
15
16
17
18
19
20

21
22
23
24
25
26
27
28
29
30
31




dev-server:
	php -S localhost:8082 -t www www/_route.php

release:
	$(eval VERSION=$(shell cat VERSION))
	fossil ls | grep '^src/' | sed 's/src/garradin-${VERSION}/' > /tmp/garradin-${VERSION}-list.txt
	echo "garradin-${VERSION}/include/lib/KD2" >> /tmp/garradin-${VERSION}-list.txt

	rm -f /tmp/garradin-${VERSION}
	ln -s ${PWD} /tmp/garradin-${VERSION}
	tar cjvfh garradin-${VERSION}.tar.bz2 -C /tmp -T /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}*

publish: release
	$(eval VERSION=$(shell cat VERSION))
	fossil uv sync
	fossil uv ls | grep '^garradin-.*\.tar\.bz2' | xargs fossil uv rm
	fossil uv add garradin-${VERSION}.tar.bz2
	fossil uv sync










|
>











>
>
>
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

dev-server:
	php -S localhost:8082 -t www www/_route.php

release:
	$(eval VERSION=$(shell cat VERSION))
	fossil ls | grep '^src/' | sed 's/src/garradin-${VERSION}/' > /tmp/garradin-${VERSION}-list.txt
	#echo "garradin-${VERSION}/include/lib/KD2" >> /tmp/garradin-${VERSION}-list.txt
	cat include/lib/dependencies.list | sed -r "s/^/garradin-${VERSION}\/include\/lib\//" >> /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}
	ln -s ${PWD} /tmp/garradin-${VERSION}
	tar cjvfh garradin-${VERSION}.tar.bz2 -C /tmp -T /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}*

publish: release
	$(eval VERSION=$(shell cat VERSION))
	fossil uv sync
	fossil uv ls | grep '^garradin-.*\.tar\.bz2' | xargs fossil uv rm
	fossil uv add garradin-${VERSION}.tar.bz2
	fossil uv sync

check-dependencies:
	grep -hEo '^use \\?KD2\\\w+|\\KD2\\\w+' -R include/lib/Garradin www | sed -r 's/^use \\?KD2\\|^\\KD2\\//' | sort | uniq

Added src/include/lib/dependencies.list version [b3996c1bcd].









































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
KD2/data/
KD2/DB.php
KD2/DB_SQLite3.php
KD2/ErrorManager.php
KD2/FileInfo.php
KD2/Form.php
KD2/Helpers.php
KD2/Image.php
KD2/MiniSkel.php
KD2/QRCode.php
KD2/Security.php
KD2/Security_OTP.php
KD2/SimpleDiff.php
KD2/SkrivLite.php
KD2/Smartyer.php
KD2/SMTP.php
KD2/SVGPie.php
KD2/SVGPlot.php
KD2/Translate.php
KD2/UserSession.php