The secure CMS.
Welcome to Geeklog Wednesday, May 22 2013 @ 01:22 AM EDT
The following comments are owned by whomever posted them. This site is not responsible for what they say.
For hardcore geeks, here's how that list is generated (on a Unix/Linux system):
diff -b -B --brief --recursive -N $OLDVERSION $NEWVERSION | grep -v 'system.pear' | cut -f 4 -d' ' >changed-files
So if you unpack two Geeklog releases and run this - replacing $OLDVERSION and $NEWVERSION with the proper directory names - you can generate a list of differences between any two Geeklog releases. Note that it skips changes in the PEAR packages.
The following comments are owned by whomever posted them. This site is not responsible for what they say.
http://geeklog.fr | http://twitter.com/Geeklog_Ben
There is a file called "changed-files" in the doc directory. It shows the changed files between each version including release candities, etc.
I had to compile a comple list a little while ago so here it is:
geeklog-1.8.1/language/japanese_utf-8.php
geeklog-1.8.1/public_html/admin/user.php
geeklog-1.8.1/public_html/docs/changed-files
geeklog-1.8.1/public_html/docs/english/changes.html
geeklog-1.8.1/public_html/docs/history
geeklog-1.8.1/public_html/lib-common.php
geeklog-1.8.1/system/classes/config.class.php
geeklog-1.8.1/system/classes/kses.class.php
geeklog-1.8.1/system/databases/mssql.class.php
geeklog-1.8.1/system/lib-story.php
geeklog-1.8.1rc1/language/french_france_utf-8.php
geeklog-1.8.1rc1/plugins/calendar/language/french_france_utf-8.php
geeklog-1.8.1rc1/plugins/calendar/templates/calendar.thtml
geeklog-1.8.1rc1/plugins/calendar/templates/mastercalendaroption.thtml
geeklog-1.8.1rc1/plugins/calendar/templates/personalcalendaroption.thtml
geeklog-1.8.1rc1/plugins/links/language/french_france_utf-8.php
geeklog-1.8.1rc1/plugins/polls/language/french_france_utf-8.php
geeklog-1.8.1rc1/plugins/spamx/language/dutch.php
geeklog-1.8.1rc1/plugins/spamx/language/dutch_utf-8.php
geeklog-1.8.1rc1/plugins/spamx/language/french_france_utf-8.php
geeklog-1.8.1rc1/plugins/staticpages/functions.inc
geeklog-1.8.1rc1/plugins/staticpages/language/french_france_utf-8.php
geeklog-1.8.1rc1/plugins/xmlsitemap/language/french_france_utf-8.php
geeklog-1.8.1rc1/public_html/admin/database.php
geeklog-1.8.1rc1/public_html/admin/group.php
geeklog-1.8.1rc1/public_html/admin/install/lib-install.php
geeklog-1.8.1rc1/public_html/admin/install/success.php
geeklog-1.8.1rc1/public_html/admin/plugins.php
geeklog-1.8.1rc1/public_html/admin/story.php
geeklog-1.8.1rc1/public_html/admin/syndication.php
geeklog-1.8.1rc1/public_html/admin/topic.php
geeklog-1.8.1rc1/public_html/admin/trackback.php
geeklog-1.8.1rc1/public_html/admin/user.php
geeklog-1.8.1rc1/public_html/comment.php
geeklog-1.8.1rc1/public_html/docs/changed-files
geeklog-1.8.1rc1/public_html/docs/english/changes.html
geeklog-1.8.1rc1/public_html/docs/english/install.html
geeklog-1.8.1rc1/public_html/docs/history
geeklog-1.8.1rc1/public_html/javascript/jquery.min.js
geeklog-1.8.1rc1/public_html/lib-common.php
geeklog-1.8.1rc1/public_html/siteconfig.php
geeklog-1.8.1rc1/public_html/users.php
geeklog-1.8.1rc1/system/classes/config.class.php
geeklog-1.8.1rc1/system/classes/scripts.class.php
geeklog-1.8.1rc1/system/classes/timezoneconfig.class.php
geeklog-1.8.1rc1/system/classes/validator.class.php
geeklog-1.8.1rc1/system/lib-admin.php
geeklog-1.8.1rc1/system/lib-comment.php
geeklog-1.8.1rc1/system/lib-custom.php
geeklog-1.8.1rc1/system/lib-security.php
geeklog-1.8.1rc1/system/lib-story.php
geeklog-1.8.1rc1/system/lib-user.php
Tom
Ben
http://geeklog.fr | http://twitter.com/Geeklog_Ben
For hardcore geeks, here's how that list is generated (on a Unix/Linux system):
diff -b -B --brief --recursive -N $OLDVERSION $NEWVERSION | grep -v 'system.pear' | cut -f 4 -d' ' >changed-filesSo if you unpack two Geeklog releases and run this - replacing $OLDVERSION and $NEWVERSION with the proper directory names - you can generate a list of differences between any two Geeklog releases. Note that it skips changes in the PEAR packages.