====== v1.6 ====== Changelog from bzr: ------------------------------------------------------------ revno: 12 committer: Till Theato branch nick: trunk timestamp: Mon 2009-04-06 08:29:21 +0200 message: moved installation part from counter into new file for easier deletion ------------------------------------------------------------ revno: 11 committer: Till Theato branch nick: trunk timestamp: Sun 2009-04-05 23:20:22 +0200 message: New Plugins: mysql connects to database; counter stores pagevisits in database ------------------------------------------------------------ revno: 10 committer: Till Theato branch nick: trunk timestamp: Sun 2009-04-05 23:02:42 +0200 message: Plugins now sorted by number ------------------------------------------------------------ revno: 9 committer: Till Theato branch nick: trunk timestamp: Sat 2009-04-04 19:57:34 +0200 message: New Plugin: Possible to add standart menu in the footer via footer.list ------------------------------------------------------------ revno: 8 committer: Till Theato branch nick: trunk timestamp: Sat 2009-04-04 19:51:46 +0200 message: Now possible to add an element to a parent element by tagnumber from the end of the document ------------------------------------------------------------ revno: 7 committer: Till Theato branch nick: trunk timestamp: Sat 2009-04-04 16:40:58 +0200 message: Added a Pluginloader and the title plugin to handle title.txt ------------------------------------------------------------ revno: 6 committer: Till Theato branch nick: trunk timestamp: Sat 2009-04-04 16:30:13 +0200 message: Removed title without menu functionality ------------------------------------------------------------ revno: 5 committer: Till Theato branch nick: trunk timestamp: Sun 2009-03-15 15:13:56 +0100 message: Added Plugin functionality ------------------------------------------------------------ revno: 4 committer: Till Theato branch nick: trunk timestamp: Tue 2009-03-03 22:14:23 +0100 message: big parts rewritten -> big changes ------------------------------------------------------------ revno: 3 committer: Till Theato branch nick: trunk timestamp: Sun 2009-03-01 21:49:44 +0100 message: class: Language changed name: Language -> Text changed language file format: now '=' is used as seperator changed language file format: the index has to be in upper case the Text class is now a Singleton -> easier to handle ------------------------------------------------------------ revno: 2 committer: Till Theato branch nick: trunk timestamp: Sun 2009-03-01 19:35:37 +0100 message: Fixed: read the first language file that is found; not the one in the top directory ------------------------------------------------------------ revno: 1 committer: Till Theato branch nick: trunk timestamp: Sun 2009-03-01 18:26:30 +0100 message: Initial import ====== v1.5 ====== ===== 090207 ===== * **fixed**: php code can be used in the input file again ( this wasn't posible since //v1.5 090120// ) ===== 090206 ===== * **fixed**: the ''meta'' tag containing the author will be found if it's not the first one, too * **fixed**: if no ''meta'' tag containing the author exists no error will be shown ===== 090131 ===== * **fixed**: the input files(menu.list, lang.csv, *file*.php, title.txt) can now be encoded different from utf-8 (tested with ISO-8859-1 only) ===== 090122 ===== * **changed**: standart stylesheet is completely rewritten -> simpler, displays correct if no menu exists * **fixed**: show author and the last edit if no menu file exists ===== 090121 ===== * **license**: updated: GNU GPL v2 -> GNU GPL v3 * **fixed**: no offset notices with error_reporting(E_ALL) and without menu file and stylsheet * **fixed**: no stylesheet is included if no exists ===== 090120 ===== * **new**: DOM reads file -> no need to call //output()// ( see [[howto:include|HowTo:include the script into a HTML-File]] ) ===== 090118 ===== * **Completly Rewritten**: * Object-oriented * completly done with DOM -> [[php4:general|PHP4 Port]] * use of HTML-Entities without extra items ( See [[howto:menu|HowTo:Menu]] ) ====== v1.0 ====== ===== 090113 ===== * **new**: support of multiple languages ( See [[howto:lang|Howto:Languages]] ) ===== 090112 ===== * **new**: you can now use html entities (and tags) in the menu file ( See [[howto:menu|HowTo:Menu]] ) * **new**: read "title.txt" for title if no menu file exists * **fixed**: script works if no menu file exists * **fixed**: only add link to head if stylesheet exists * **fixed**: only add title if one exists * **fixed**: only add author if one exists ===== 090111 ===== * **Changed name**: head.php v2.0 -> toah.php v1.0 * While checking for menu files the title is read directly -> no extra loop is needed * The "[" and "]" in links are removed because they would be part of the design * variable names: * old ones (from head.php) changed to english * grouped var names (e.g $caption -> $mCaption because it is part of the menu; $menus -> $mNumber; ...) ===== 090108 ===== * Initional Release