Tikiwiki Changelog ------------------ Changelog is now generated by cvs2cl.pl http://cvsbook.red-bean.com/cvsbook.html#cvs2cl%20--%20Generate%20GNU-Style%20ChangeLogs This script lists chronologically the comments made with cvs commits. For example, for 1.9.7 : cvs2cl -F BRANCH-1-9 --delta REL-1-9-6:BRANCH-1-9 produces a file named Changelog, then in vim :%s/\n\(\s*\*\)/\1/ Use the following tags to distinguish changes : * [NEW] apply if something new was added in tikiwiki * [MOD] is an enhancement; not really new but makes things work better * [FIX] can be used for bug fixes of any sort * [SEC] for security fix operations * [REL] changes for release process only * [KIL] removal of unused or obsolete files * -[DB] for changes in the database when possible, it's also nice to indicate what feature is concerned by the change. ---------------------------------------------------------------------- Version 1.9.8.2 - security release ------------------ 2007-10-25 03:11 mose * tiki-download_file.php, lib/tikilib.php: [FIX] filegal: repairing download by filename 2007-10-24 16:24 sylvieg * templates/tiki-print_multi_pages.tpl: [FIX]wiki: do not show the page title in a multiple prints if the feature in admin->wiki is not set: to avoid duplication of title 2007-10-24 07:22 mose * db/tiki-db.php: [FIX] db: removed inclusion of error_handler file as it is not set anywhere 2007-10-24 07:20 mose * lib/tikilib.php: [FIX] wikiparsing: stripping \0 as it is skipped in IE 2007-10-23 23:01 mose * lib/rss/rsslib.php: [FIX] rss: made rss reader compatible with google agenda 2007-10-23 01:18 mose * tiki-imexport_languages.php: [FIX] security: added tests to the language filename var to avoid arbitrary inclusion 2007-10-23 01:08 mose * db/tiki-db.php: [FIX] security: added some checks on local.php file to avoid arbitrary inclusion 2007-10-23 00:58 mose * lib/tikilib.php: [FIX] wiki images: added a test to avoid js comes into img src 2007-10-23 00:46 mose * templates/tiki-remind_password.tpl: [FIX] security: escape error message in remind_password to avoid possible abuse 2007-10-14 20:03 lphuberdeau * tiki-graph_formula.php: [FIX] Porting from HEAD. ---------------------------------------------------------------------- Version 1.9.8.1 - security release ------------------ 2007-10-07 23:44 lphuberdeau * tiki-graph_formula.php: [FIX] Potential security injection 2007-10-03 23:33 nkoth * tiki-login.php: [FIX] quickfix for double-slash in URL problem after logging in (SSL used, some servers/configs). Things are much neater in 1.10 and it should not need fix there. 2007-10-03 14:47 sylvieg * tiki-view_tracker.php: [FIX]tracker: monitoring tracker in another language tw1370 2007-09-30 19:40 lphuberdeau * lib/graph-engine/: core.php, graph.bar.php: Adding support for hooks during data display. 2007-09-27 16:15 nkoth * lib/polls/polllib_shared.php: [FIX] when poll is removed, link of poll to object should also be removed 2007-09-21 03:43 kerrnel22 * lib/Galaxia/src/ProcessManager/ActivityManager.php: [FIX] Activity manager fixed so it now shows activities for new workflow installations. 2007-09-20 08:03 kerrnel22 * lib/Galaxia/src/ProcessManager/ProcessManager.php: [FIX] Galaxia now cleanly and correctly deletes processes (pear db call was not provided argument); resolves several issues. 2007-09-15 19:31 lphuberdeau * lib/graph-engine/: core.php, gd.php, graph.bar.php, pdflib.php, ps.php: Adding image map generation in GD based graphics ---------------------------------------------------------------------- Version 1.9.8 ------------------ 2007-09-12 17:25 marclaporte * tiki-setup.php, templates/tiki-admin-include-siteid.tpl: [MOD] Site Identity: Moving tip to a pop-up tip and replacing by a basic example. 2007-09-12 17:07 marclaporte * templates/tiki-admin-include-siteid.tpl: [ENH] Adding a tip about how to use Browser title as a variable in Smarty templates 2007-09-12 16:41 marclaporte * tiki-admin_include_siteid.php, templates/tiki-admin-include-siteid.tpl: [MOD] Adding _Browser title_ and _sender email_ to the Side Identity admin panel. These are not optional and strictly Site Identity but they make sense to set here 2007-09-12 16:04 marclaporte * img/tiki/tw_logo.png: [ENH] Adding nice TikiWiki logo to source 2007-09-12 15:41 marclaporte * lib/tikilib.php: oups 2007-09-12 15:30 marclaporte * lib/tikilib.php: [MOD] Little reminder for future cleanup 2007-09-12 15:18 marclaporte * templates/: tiki-admin-include-intertiki.tpl, tiki-admin-include-siteid.tpl: [MOD]Remove feature to upgrade 'value' of tiki_preferences to support more than 255 characters since it's now the default value. 2007-09-12 14:59 marclaporte * db/tiki_1.8to1.9.sql: [MOD] Following on Luciash's recent fix on tiki.sql -> This alters db column 'value' of tiki_preferences to support more than 255 characters (up to 65535 actually) which is essential to do anything significative with Site Identity (and avoid getting locked out of Tiki by accident) It is also used if you have many entries in InterTiki. 2007-09-11 14:15 xavidp * lang/ca/language.php: some more strings (not all) translated after get_strings.php?lang=ca for 1.9.8 2007-09-05 21:35 sampaioprimo * lang/pt-br/language.php: translation 2007-09-05 17:09 sylvieg * tiki-index.php: [FIX]theme control: to have the tpl plugin depending on the theme, the theme control must be done before the parsing-need also the categ 2007-09-05 16:32 sylvieg * tiki-index.php: [FIX]theme control: to have the tpl plugin depending on the theme, the theme control must be done before the parsing 2007-09-05 10:32 nkoth * tiki-admin_include_login.php: [FIX] clean last commit - remove useless code re [FIX] Making InterTiki setting remain when editing the login admin panel in template 2007-09-05 08:08 marclaporte * templates/tiki-admin-include-login.tpl: [FIX] Making InterTiki setting remain when editing the login admin panel 2007-09-05 06:58 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-09-05 06:53 marclaporte * db/tiki.sql: [FIX]Moving kerrnel22's commit (MySQL requires quotes around negative integers. Gallery tables now created at install) to tiki.sql because tiki-1.9-mysql.sql will be overriden at the next convertsqls.sh 2007-09-05 04:24 luciash * db/tiki.sql: [FIX] use TEXT (max length 65535) to support more than 250 characters e.g. for Site Identity custom code 2007-09-05 03:18 luciash * lib/tikilib.php: [FIX] rather use TEXT than BLOB (same max length) to make the content readable in phpmysqladmin 2007-09-05 02:55 marclaporte * lang/: langmapping.php, cn/language.php: [FIX] Adding chinese translations for Nathanael Lee (cn.tikiwiki.org) until he sets up his CVS access. 2007-09-05 01:47 marclaporte * templates/tiki-featured_link.tpl: [MOD] Featured links: Changing the iframe height from 600 to 800 pixels, which is more appropriate in my experience. Rollback if you disagree. 2007-09-05 01:45 marclaporte * templates/tiki-theme_control.tpl: [ENH] Theme Control Center. Adding a tip with a link to the theme admin panel 2007-09-03 21:56 marclaporte * styles/: boreal.css, codex.css, fmsc.css, lesjetesdelencre.css, tikineat.css: [FIX] Make site Identity look good for a few themes by adding background color or text-color 2007-09-03 21:49 sylvieg * tiki-admingroups.php, templates/tiki-admingroups.tpl: [MOD]group: add a button clear cache 2007-09-03 21:33 sylvieg * templates/tiki-admingroups.tpl: [MOD]group: additional message to explain what mean include a group 2007-09-03 20:02 marclaporte * templates/tiki-searchindex.tpl: [FIX] Moving closing div which was causing problems when Site Identity search was turned on, reported by Chibaguy. 2007-09-03 08:53 marclaporte * templates/header.tpl: [FIX] Mini-calendar (user calendar). Only include iframe (for pop-up reminder) if the feature is activated, if the user has permission to use it, and if reminders are activated for the current user. Changed from >100 seconds to >0 seconds because if user picks 1 minute reminders, it's 60 seconds 2007-09-03 07:12 marclaporte * styles/transitions/1.8to1.9.css: [FIX]Site Identity: Moving search box to right side, which is default behavior in 1.10 and is more common/intuitive 2007-09-02 17:23 sylvieg * lib/wiki-plugins/wikiplugin_trackerfilter.php: [MOD]tracker: display the notice with the result (list plugin tracker) 2007-09-02 16:03 sylvieg * templates/tiki-admin_layout.tpl: a link to theme control in admin layout 2007-09-02 15:46 sylvieg * templates/tiki-plugin_trackerfilter.tpl: unused file 2007-09-02 15:36 sylvieg * tiki-syslog.php, lib/logs/logslib.php, templates/tiki-syslog.tpl: backport from 1.10 - option to clean logs older than n months 2007-09-02 00:35 marclaporte * templates/tiki-admin_modules.tpl: [ENH] Adding yet another tip to make it easier to use menus 2007-08-31 06:12 marclaporte * templates/tiki-admin-include-general.tpl: [FIX]nicer follow-up to last commit (adding time/date examples) 2007-08-31 06:01 marclaporte * templates/tiki-admin-include-general.tpl: [ENH]Adding some examples of time & date to make it easier to tweak 2007-08-30 22:08 sylvieg * tiki-view_tracker.php: [FIX]tracker: date was incorrect on some servers 2007-08-30 22:01 sylvieg * templates/: tiki-edit_article.tpl, tiki-edit_submission.tpl: [FIX]article: replace publish dates in server tz ->user tz = more firndly + seems it was not save correctly too 2007-08-30 19:52 sylvieg * lib/articles/artlib.php: [FIX]article: do not send a notif on submission if article is auto-approve (the link will be invalid) 2007-08-30 00:31 kerrnel22 * db/tiki-1.9-mysql.sql: [FIX] MySQL requires quotes around negative integers. Gallery tables now created at install. 2007-08-29 15:45 luciash * templates/styles/simple/tiki.tpl: [FIX] fixed layout needs one more wrapper to work properly in FF (adding #middle) + polishing 2007-08-29 12:11 luciash * templates/tiki-bot_bar.tpl: [FIX] missing "who" after (c) 2002-2007 2007-08-29 11:58 luciash * templates/tiki-galleries.tpl: [FIX] broken layout (wrong position of closing div) 2007-08-29 09:41 luciash * styles/simple.css: [FIX] fix for tiki-stats layout (simple.css specific) 2007-08-29 09:20 luciash * templates/tiki-file_galleries.tpl: [FIX] broken layout (wrong position of closing div) + xhtml strict compatibility 2007-08-29 09:07 luciash * templates/tiki-list_blogs.tpl: [FIX] broken layout (wrong position of closing div) + xhtml strict compatibility 2007-08-29 08:52 luciash * templates/styles/simple/tiki.tpl: [ENH] better position for main content div allowing creation of fixed width layout derivates and RTL languages support for header and footer too 2007-08-28 23:20 kerrnel22 * doc/devtools/: README.txt, tiki_forum_migration.php: Adding tool to migrate tiki forum posts. 2007-08-28 02:39 franck * tiki-map_edit.php, tiki-map_upload.php: TikiMaps: name the pages 2007-08-28 02:28 franck * tiki-map_upload.php: TikiMaps: fix gdaltindex command 2007-08-27 13:40 mose * tiki-setup_base.php: [FIX] remindpass: added a sanitization 2007-08-27 10:05 chibaguy * styles/: subsilver.css, default.css, default2.css, elegant.css, mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, jalist.css, jalist2.css, moreneat.css, tceti.css, tiki.css, tikigod.css, whitebluegrey.css, bluegreen.css, codex.css, damian.css: [FIX] PHP Layers menu padding (padding added to submenu items in some themes, top level overlap of module box fixed, narrow top level menu expanded to module width, etc.) 2007-08-26 17:34 marclaporte * styles/olive-red.css: [FIX] changing some left-over green to red (#aa8400 -> #ff4040) in olive-red.css theme (which was a fork of olive.css theme). This is a compelling reason to develop: http://themes.tikiwiki.org/TikiThemeGenerator 2007-08-26 08:22 marclaporte * db/profiles/: basicEnabled.prf, fishclub.prf, slash.prf: [MOD] Changes to installation profiles to be more generic. 1-> disabling wiki undo by default. 2-> permissions :: In general, more common defaults: no editing/adding for anonymous (just view), and no potentially destructive action for Registered (ex: tiki_p_change_events when there is not history of changes for events). More power to Editors 2007-08-26 07:45 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-26 06:30 marclaporte * styles/default.css: [FIX] Make default.css phplayersmenu colors look good in both horizontal & vertical mode. 2007-08-26 05:50 marclaporte * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, simple.css, smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [MOD] Helkp links: Make visually clear what is a link to another admin panel vs a link to doc.tikiwiki.org Context: Since 1.9.7, some admin panels have been added (category, modules, themes, and text area) and some admin menu settings have been moved to these new admin panels. However, to ease the transition for experienced Tiki admins, a link was left at the old location. However, as a result, there was a visual confusion between these 2 link types. 2007-08-26 05:05 marclaporte * styles/brtiki.css: [FIX] Hovering on a page title was jumping out much too big. 2007-08-26 04:37 marclaporte * lib/tikihelplib.php: [FIX] Adding space to look better 2007-08-26 03:10 marclaporte * db/: tiki.sql, tiki_1.8to1.9.sql: [DB][MOD] Important change. __Password invalid after days__ has been always on by default and at 999 days. While this seems like a long time, many sites are reaching that age and users are being asked to change their password. This process is not vert good at the moment. So, I'm going to assume that the vast majority of people left the default but don't want this feature. So the upgrade script will change to 1999 days. And clean installs will be at 1999 days as well. In 1.10, the default will be that this feature is turned off (-1) 2007-08-25 05:32 marclaporte * styles/codex.css: [FIX] Codex style: removing the underline for module titles 2007-08-25 05:27 marclaporte * styles/: dblue.css, elegant.css, tceti.css, trollparty.css: [FIX] Make links in user-created modules look ok 2007-08-25 04:38 marclaporte * styles/tranquil.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:24 marclaporte * styles/subsilver.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:20 marclaporte * styles/mozilla.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:14 marclaporte * styles/: jalist.css, jalist2.css, olive-blue.css, olive-red.css, olive.css, whitebluegrey.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:09 marclaporte * styles/boreal.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 03:35 marclaporte * styles/: jalist.css, jalist2.css: [FIX] Make bottom bar look good. 2007-08-25 03:31 marclaporte * styles/mozilla.css: [FIX] Make bottom bar look good. 2007-08-25 03:28 marclaporte * styles/smartiki.css: [FIX] Make bottom bar look good with smartiki style 2007-08-25 03:25 marclaporte * styles/subsilver.css: [FIX] Make bottom bar look good with subsilver style 2007-08-25 03:21 marclaporte * styles/tranquil.css: [FIX] Make wiki tables look good for Tranquil style, as seen here: http://themes.tikiwiki.org/tiki-index.php?page=phplayersmenu+vertical 2007-08-25 03:11 marclaporte * styles/boreal.css: [FIX] Boreal style: changing titles to white because current colour is not very visible 2007-08-25 03:07 marclaporte * styles/boreal.css: [FIX] Make wiki tables look good for Boreal styles, as seen here: http://themes.tikiwiki.org/tiki-index.php?page=phplayersmenu+vertical 2007-08-25 03:01 marclaporte * styles/boreal.css: [FIX] Make bottom bar look good with boreal style 2007-08-25 02:47 marclaporte * styles/tikigod.css: [FIX] Make bottom bar look good with tikigod style 2007-08-25 02:45 marclaporte * styles/tceti.css: [FIX] Make bottom bar & PLM vertical menu look better. 2007-08-25 02:42 marclaporte * styles/bluegreen.css: [FIX] Make bottom bar look good with Bluegreen style 2007-08-25 02:33 marclaporte * styles/whitebluegrey.css: [FIX] Make bottom bar look good with WhiteBlueGrey style 2007-08-25 01:49 marclaporte * templates/tiki-admin_modules.tpl: [ENH] Adding some extra quicklinks to add PhpLayersMenu vertical menus without reading the documentation. 2007-08-24 10:21 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [FIX] .box padding, powered by Tiki styling added, PHP Layers menu improvements. 2007-08-22 13:01 xavidp * lang/es/language.php: fixing one string too much customized by Jabi (comitted by mistake) 2007-08-22 07:40 chibaguy * styles/: olive-red.css, olive.css, simple.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [FIX] PHP Layers menu tree style improvement. 2007-08-22 04:19 chibaguy * styles/: boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mose.css, mozilla.css, neat.css, olive-blue.css: [FIX] .calcontent height fix reinstated. 2007-08-22 03:29 chibaguy * styles/bluegreen.css: [FIX] .calcontent height fix, .tiki-top .horbaritem font size change reinstated. 2007-08-21 09:54 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mozilla.css, neat.css, olive-blue.css: [FIX] PHP Layers menu tree style improvement. 2007-08-21 08:34 luciash * styles/simple.css: [ENH] min-width and min-height for calendar day content for better look'n'feel (thx marclaporte for tip) 2007-08-21 05:00 chibaguy * templates/header.tpl: [FIX] Bad edit fixed. 2007-08-21 04:54 chibaguy * templates/header.tpl: [MOD] PHP Layerssection moved above CSS section to enable theme-specific overrides for tree menus. 2007-08-21 04:40 marclaporte * styles/README.matrix-theme: [DEL] Removing a README file for the Matric theme, which is now in mods. 2007-08-21 04:35 marclaporte * styles/vidiki.css: [DEL] Removal of Vidiki theme, which is broken and unmaintained 2007-08-21 03:55 marclaporte * styles/: olive.css, whitebluegrey.css, olive-blue.css, olive-red.css: [FIX] Making calendar look good with Internet Explorer 2007-08-21 02:10 marclaporte * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mozilla.css, neat.css, smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [FIX] Making calendar boxes look good with Internet Explorer (like they look in Firefox) using _important_ instead of the underscore hack http://www.wellstyled.com/css-underscore-hack.html 2007-08-21 00:07 marclaporte * styles/bluegreen.css: [FIX] Php Layers Menu horizontal -> Bluegreen theme -> make colors nice and make bigger 2007-08-20 07:15 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, gemsi.css, hec.css, subsilver.css: [FIX] Spelling correction (.horbaritem) 2007-08-20 06:43 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, olive-blue.css, olive-red.css, olive.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, whitebluegrey.css: [FIX] Horizontal menu (.horbar, .horbaritem) styles added 2007-08-19 18:42 marclaporte * templates/tiki-bot_bar.tpl: [FIX] Some cosmetic fixes on bottom bar. More to come 2007-08-19 10:54 marclaporte * styles/subsilver.css: [FIX] nicer border & padding for subsilver theme 2007-08-19 10:53 marclaporte * styles/tranquil.css: [FIX] nicer border & padding for tranquil theme 2007-08-19 09:29 marclaporte * styles/tikineat.css: [FIX] Cosmetic: adding somme padding to tikineat. Avoids that some center content be squished to right & left columns. 2007-08-19 09:11 marclaporte * tiki-setup.php: [MOD] _Users accept internal messages by default_ now defaults to _yes_. Rationale: If a Tiki admin activates this feature, (s)he wants users to be able to communicate with each other. __Users can opt-out internal messages__ remains at yes because this is also the most common use case. See: http://tikiwiki.org/DefaultSettingsChanges 2007-08-19 08:57 marclaporte * tiki-setup.php: [MOD] Turning off sub-options of Site Identity by default. It's better to let people activate things that they need/want 2007-08-19 08:40 marclaporte * templates/tiki-smileys.tpl: [FIX] Lost edit protection should not be in effect for smileys (noticed with IE6) 2007-08-19 08:32 marclaporte * templates/: tiki-edit_help.tpl, tiki-edit_help_tool.tpl, tiki-smileys.tpl: [FIX] Lost edit protection should not be in effect for smileys and the help tools (noticed with IE6) 2007-08-19 07:25 marclaporte * lib/userslib.php: [ENH] Extra protection against deletion of the _Admins_ group. (in addition to template) 2007-08-19 07:08 marclaporte * lib/userslib.php: [FIX] Make it possible to edit the description and group home page of special groups (Registered, Anonymous). This was a side effect of the protection to prevent group renaming. 2007-08-19 07:00 marclaporte * lib/userslib.php: [FIX] Undefined variable: oldgroup in lib/userslib.php on line 1935 when editing groups. variable is (strangely) 2007-08-19 06:21 marclaporte * tiki-setup_base.php: [FIX] tiki_p_admin_calendar and tiki_p_admin_sheet now includes lower permissions 2007-08-19 04:12 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-19 00:37 marclaporte * templates/styles/simple/tiki-top_bar.tpl: MOD] Cleaning up top bar. 1- People don't need to get time/date from Tiki 2- Moving the debug link to admin panel (more appropriate) with a note to scroll up to see it. 3- Moving the _Powered by Tiki_ to the bottom bar. Having at the top is much too intrusive. It causes 2 main problems A-> Users need to figure out how (and may need support) to get rid of it B-> Since most users (at least want to) get rid of it, Tiki is not getting well deserved recognition. 2007-08-19 00:24 marclaporte * templates/styles/neat/tiki-top_bar.tpl: [FIX] No need for a specific top bar for _neat_ theme. Will now use the standard one 2007-08-19 00:17 marclaporte * templates/styles/neat/tiki.tpl: [FIX] top bar was forgotten from _neat_ theme 2007-08-18 23:09 marclaporte * templates/: tiki-admin.tpl, tiki-bot_bar.tpl, tiki-top_bar.tpl: [MOD] Cleaning up top bar. 1- People don't need to get time/date from Tiki 2- Moving the debug link to admin panel (more appropriate) with a note to scroll up to see it. 3- Moving the _Powered by Tiki_ to the bottom bar. Having at the top is much too intrusive. It causes 2 main problems A-> Users need to figure out how (and may need support) to get rid of it B-> Since most users (at least want to) get rid of it, Tiki is not getting well deserved recognition. 2007-08-18 20:56 sampaioprimo * modules/mod-since_last_visit_new.php, templates/modules/mod-since_last_visit_new.tpl: [MOD] if no changes mod_since_last_visit_new display message: "nothing has changed" (ricks99 suggestion) 2007-08-18 20:20 marclaporte * templates/tiki-bot_bar.tpl: Remove incorrect sql query counter. Please see http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1317 2007-08-18 19:47 marclaporte * db/: tiki.sql, profiles/default-inserts.sql: [MOD] Turn back on _Display menus as folders_ on default installs, as suggested by ricks99 2007-08-18 19:10 marclaporte * styles/mozilla.css: [FIX] Making wiki structures look nicer with mozilla.css theme 2007-08-17 17:39 marclaporte * styles/tikineat.css: Error in previous commit 2007-08-17 16:40 xavidp * lang/es/language.php: some strings translated by Jabi (from precarios.org/tikiwiki web site) 2007-08-17 16:25 marclaporte * styles/: tranquil.css, vidiki.css, tikigod.css, tikineat.css, default.css, default2.css, olive-blue.css, olive-red.css, olive.css, bluegreen.css, brtiki.css, codex.css: [FIX] Cosmetic fix on several themes: no underline when hovering over phplayersmenu vertical menu 2007-08-17 16:08 marclaporte * styles/: olive.css, tceti.css, whitebluegrey.css, boreal.css, default.css, default2.css, jalist.css, jalist2.css, olive-blue.css, olive-red.css, bluegreen.css: [FIX] Cosmetic: adding 2 extra pixels of padding to div.wikitext, for all themes which have a box around the center 2007-08-17 14:36 marclaporte * styles/whitebluegrey.css: [FIX] nicer phplayersmenu with whitebluegrey theme 2007-08-17 10:00 chibaguy * styles/: bluegreen.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, gemsi.css, hec.css, jalist.css, jalist2.css, moreneat.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, tceti.css, tiki.css, whitebluegrey.css: [FIX] Improvements for IE6 (.box-title, PHP Layers, etc.) 2007-08-16 05:21 chibaguy * lang/ja/language.php: [MOD] Translations by Lauren Mariko Cunningham-Lee. 2007-08-16 03:05 chibaguy * styles/brtiki.css: [FIX] PHP Layers menu CSS added; column widths improved. 2007-08-15 23:12 marclaporte * templates/styles/tikigod/tiki.tpl: [ENH] Use the existing icon permission to determine if this special powered-by icon tikiwiki should be shown. (Only applies to tikigod theme) 2007-08-15 23:04 marclaporte * templates/styles/notheme/: babelfish.tpl, error.tpl, tiki-bot_bar.tpl, tiki-my_tiki.tpl, tiki-top_bar.tpl, tiki.tpl: [FIX] Removal of the rest of this totally broken, and unmaintained theme (notheme) 2007-08-15 03:18 marclaporte * styles/bluegreen.css: [FIX] Bluegreen style: removing the black underline from module titles and adding a little padding 2007-08-15 02:50 marclaporte * styles/moreneat.css: [FIX] Make _moreneat_ style look better with phplayersmenu 2007-08-15 02:34 nkoth * tiki-login_scr.php: [FIX] Getting redirected to proper wiki page after login (bug 1312) 2007-08-15 01:59 luciash * tiki-view_tracker_item.php: [FIX] when editing comments focus on the right tab 2007-08-15 01:26 marclaporte * styles/geo.css: [FIX] Make _geo_ style look better with phplayersmenu 2007-08-15 01:06 marclaporte * styles/default2.css: [FIX] Make _default2_ style look better with phplayersmenu 2007-08-15 00:46 marclaporte * styles/elegant.css: [FIX] Elegant style: change some of the background colors from a brown to a blue, matching the current theme. However, since these sections are covered by a blue image, you will only notice if images are disabled 2007-08-15 00:45 luciash * tiki-view_tracker.php, templates/tiki-view_tracker.tpl: [ENH] anonymous must input anti-bot code for submiting new tracker item too 2007-08-15 00:38 marclaporte * styles/elegant.css: [FIX] Make _Elegant_ theme look good with phplayersmenu, as can be seen on themes.tikiwiki.org 2007-08-15 00:10 marclaporte * styles/mozilla.css: [FIX] Make Mozilla theme look good with wiki structures (as can be seen on doc.tikiwiki.org 2007-08-14 23:59 marclaporte * styles/: olive-blue.css, olive-red.css, olive.css: [FIX] Make three Olive styles look good with phplayermenu vertical menu, as tested on themes.tikiwiki.org 2007-08-14 21:46 luciash * templates/: styles/simple/tiki.tpl, header.tpl: [FIX] initialize tab with focus on page load (if set cookietab) 2007-08-14 20:09 jonnybradley * lib/wiki/wikilib.php: [FIX] get_backlinks() now sorts by fromPage ASC 2007-08-14 19:44 jonnybradley * templates/tiki-editpage.tpl: [FIX] no warning dialog when canceling, changing template or on (non-admin) sandbox 2007-08-14 19:41 jonnybradley * templates/module.tpl: [FIX] modules now display correct "shade" icon depending on module's flip state on load 2007-08-14 19:38 jonnybradley * lib/userslib.php: [FIX] "remember me" now remembers. get_user_by_cookie() checks tiki_user_preferences table for $check and $expire (not whole $hash value) 2007-08-14 19:34 jonnybradley * lib/tikilib.php: [FIX] parse_data() not to render relative links as external 2007-08-14 16:55 luciash * templates/styles/simple/error_ticket.tpl: [FIX] Simple theme layout for confirm ticket error page 2007-08-14 16:32 luciash * templates/styles/simple/error_simple.tpl: [FIX] Simple theme layout for simple error page 2007-08-14 16:19 luciash * templates/styles/simple/error.tpl: [FIX] corrections - special layout for error page 2007-08-14 16:08 marclaporte * lib/tikilib.php: [ENH] Adding hspace to image wiki syntax. Reported by Janus. 2007-08-14 15:43 luciash * templates/header.tpl: [FIX] initialize first tab focus on page load when tiki tabs feature enabled (TODO: read from cookie what tab was focused last ?) 2007-08-14 15:31 luciash * templates/styles/simple/tiki.tpl: [FIX] initialize first tab focus on page load when tiki tabs feature enabled (TODO: read from cookie what tab was focused last ?) 2007-08-14 14:43 luciash * lib/tiki-js.js: [FIX] display no border for unfocused tabs 2007-08-14 14:39 luciash * styles/simple.css: [FIX] don't let PLM vertical submenus go under tiki tabs [REM] delete some useless stuff 2007-08-14 08:18 chibaguy * styles/whitebluegrey.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link styles changed to match theme. 2007-08-14 08:12 chibaguy * styles/trollparty.css: [MOD] Top border and padding removed from PHP Layers links. 2007-08-14 08:09 chibaguy * styles/trollparty.css: [FIX] .mdksubmenu background color changed to improve contrast; link padding adjusted. 2007-08-14 08:04 chibaguy * styles/tranquil.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link styles changed to match theme. 2007-08-14 07:57 chibaguy * styles/tikigod.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link styles changed to match theme. 2007-08-14 07:50 chibaguy * styles/tiki.css: [MOD] Top border taken off PHP Layers links; .mdksubframe given radius. 2007-08-14 07:41 chibaguy * styles/tiki.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted); left and right padding and top margin added to #tiki-center. 2007-08-14 07:31 chibaguy * styles/tceti.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link font size changed to match theme; module title contrast fixed. 2007-08-14 07:18 chibaguy * styles/subsilver.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted). 2007-08-14 07:14 chibaguy * styles/smartiki.css: [FIX] PHP Layers menu display over .tabcontent. 2007-08-14 07:06 chibaguy * styles/: olive-blue.css, olive-red.css, olive.css: [FIX] PHP Layers menu display over .tabcontent (PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted; link style changed to match theme). 2007-08-14 06:48 chibaguy * styles/mozilla.css: [FIX] Correction of typo in CSS simplifying). 2007-08-14 06:36 chibaguy * styles/neat.css: [FIX] PHP Layers menu display over .tabcontent (PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 06:33 chibaguy * styles/mozilla.css: [FIX] PHP Layers menu display over .tabcontent (.mdksubmenu given z-index; visual integration improved). 2007-08-14 06:18 chibaguy * styles/mose.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 06:15 chibaguy * styles/moreneat.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted); item widths improved. 2007-08-14 06:06 chibaguy * styles/: jalist2.css, lesjetesdelencre.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 06:02 chibaguy * styles/: hec.css, jalist.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 05:59 chibaguy * styles/geo.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted); dropdown background color changed to match page style. 2007-08-14 05:55 chibaguy * styles/gemsi.css: [FIX] PHP Layers small font size deleted. 2007-08-14 05:48 chibaguy * styles/elegant.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted); module title contrast fixed. 2007-08-14 05:37 chibaguy * styles/: default.css, default2.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 04:46 marclaporte * templates/tiki-file_galleries.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:43 marclaporte * templates/tiki-galleries.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:42 marclaporte * templates/tiki-list_games.tpl: [FIX] oups 2007-08-14 04:40 marclaporte * templates/: tiki-list_faqs.tpl, tiki-list_games.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:33 marclaporte * templates/tiki-sheets.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:27 marclaporte * templates/tiki-list_trackers.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:07 marclaporte * templates/tiki-file_galleries.tpl: [ENH] Only show file gallery filter (search), and pagination if more than one page of file galleries (which will be very rare) 2007-08-14 04:01 marclaporte * templates/tiki-file_galleries.tpl: [FIX] File gallery setting icon should be in h1 title, like the others 2007-08-14 03:58 marclaporte * templates/tiki-galleries.tpl: [ENH] Only show image gallery filter (search), pagination and other filter (top/parent gallery) if more than one page of image galleries (which will be very rare) 2007-08-14 03:48 marclaporte * templates/tiki-list_blogs.tpl: [ENH] Only show blog filter (search) and pagination if more than one page of blogs (which will be very rare) 2007-08-14 03:22 marclaporte * templates/tiki-list_quizzes.tpl: [ENH] Adding list to Quiz Administration (if you have perms) 2007-08-14 03:15 marclaporte * templates/tiki-page_bar.tpl: [FIX] Do not show source button for Sandbox 2007-08-14 02:59 marclaporte * templates/tiki-forums.tpl: [FIX] Only show the forum search box if more than one page of listing. 2007-08-14 01:14 marclaporte * templates/modules/mod-application_menu.tpl: [FIX] WYSIWYCA for old application menu module 2007-08-14 00:53 marclaporte * templates/tiki-page_bar.tpl: [FIX] No point in being able to undo changes, comment or translate the Sandbox 2007-08-14 00:29 marclaporte * templates/tiki-editpage.tpl: [FIX] No need to use html and have footnotes for Sandbox. 2007-08-13 23:21 luciash * styles/simple.css: [ADD] styled debugger console 2007-08-13 20:32 nkoth * tiki-view_tracker_item.php: [FIX] checking for anti-bot should be only on comment save, otherwise user will be barred from viewing item once he keys in the wrong code once. 2007-08-13 18:38 marclaporte * templates/tiki-editpage.tpl: [FIX] More cleaning up of Sandbox page 2007-08-13 18:10 marclaporte * templates/tiki-page_bar.tpl: [FIX] Cleaning up page bar (action bar) for Sandbox page 2007-08-13 17:13 nkoth * lib/trackers/trackerlib.php: [FIX] remove debug code for release 2007-08-13 17:09 luciash * templates/comments.tpl, templates/tiki-admin-include-wiki.tpl, tiki-admin_include_textarea.php, tiki-view_tracker_item.php, templates/tiki-admin-include-textarea.tpl, templates/tiki-view_tracker_item.tpl: [FIX] spread "anonymous editors must input anti-bot code" for all comments, moved the admin setting to text area section 2007-08-13 16:49 marclaporte * templates/tiki-editpage.tpl: [FIX] Categories, cache and image upload shouldn't appear on Sandbox page 2007-08-13 16:15 luciash * templates/tiki-user_menu.tpl: [FIX] add return false to prevent scrolling up on click # links 2007-08-13 14:03 marclaporte * templates/tiki-adminusers.tpl: [ENH] Adding a tip about creating a new user and adding to Admins group, instead of renaming admin user. Renaming admin user is still possible, because useful in certain circumstances. 2007-08-13 13:30 luciash * modules/mod-last_tracker_items.php: [FIX] reverse array sort (newest items on top) 2007-08-13 11:30 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-13 11:25 marclaporte * db/tiki.sql: [MOD] Adding the very useful since_last_visit_new module for Admins. Only on clean installs, not for upgrades. Thus, Tiki admins will easily know everything that is happening on their site. They can also easily remove it or assign it to other groups, if need be. 2007-08-13 11:15 marclaporte * modules/: mod-user_tasks.php, mod-user_tasks_public.php: [FIX] See Tracker #441 (http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=441). I still have several major concerns about this feature: http://dev.tikiwiki.org/Task 2007-08-13 11:04 marclaporte * templates/modules/mod-last_tracker_items.tpl: [FIX] Using Shorter URL for trackers in _Last Tracker Item_ moudle 2007-08-13 07:32 luciash * templates/tiki-edit_css.tpl: [FIX] broken xhtml layout on tiki-edit_css.php page 2007-08-13 03:14 nkoth * templates/tiki-plugin_trackerlist.tpl: [FIX] page must refresh otherwise selected sorting of items in tracker plugin and so on won't work 2007-08-13 00:36 nkoth * tiki-view_tracker.php, tiki-view_tracker_item.php, lib/trackers/trackerlib.php: [FIX] cache of items drawn from field in another tracker not being refreshed (bug 1289) 2007-08-12 20:22 mose * tiki-webmail.php: [FIX] webmail: made acceptable badformatted from fields, as well as lack of Message-ID 2007-08-12 19:57 mose * tiki-webmail.php: [FIX] webmail: also added possible Message-id 2007-08-12 19:47 marclaporte * db/README.txt: typo 2007-08-12 18:14 mose * templates/tiki-webmail.tpl: [FIX] webmail : escaping headers in fullheaders view 2007-08-12 18:09 mose * tiki-webmail.php: [FIX] webmail: attempt to fix Message-Id issue 2007-08-12 16:55 ohertel * modules/mod-last_tracker_items.php: [FIX] avoid missing name/trackerid to pollute all modules with an error message 2007-08-12 15:13 ohertel * modules/mod-change_category.php: [FIX] undeclared 'modcatlist' variable 2007-08-12 14:36 ohertel * modules/mod-last_modif_tracker_items.php: [FIX] undeclared 'name' field 2007-08-12 05:32 marclaporte * styles/tceti.css: [FIX] Making Tceti theme look good with phplayersmenu 2007-08-12 03:59 marclaporte * styles/fmsc.css: [FIX]Making phplayersmenu look good for FMSC theme. This file was in DOS format. It is now back in Linux format 2007-08-12 03:35 nkoth * styles/: gemsi.css, trollparty.css: [FIX] Solve problem of left and right column disappeared 2007-08-12 03:13 marclaporte * styles/dblue.css: [no log message] 2007-08-12 02:24 marclaporte * templates/modules/mod-users_rank.tpl: [FIX] Top users modules (users_rank) -> link to tiki-list_users.php only if active. Sorry for code duplication (An _if_ in the module doesn't work. 2007-08-12 01:29 marclaporte * styles/lesjetesdelencre.css: [FIX]Making phplayersmenu look good. This file was in DOS format. It is now back in Linux format 2007-08-12 01:14 marclaporte * styles/: geo.css, trollparty.css: [FIX] CSS Hack for IE6 for trackers using tabs 2007-08-12 00:34 nkoth * tiki-admin_include_features.php, tiki-admin_include_login.php, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-login.tpl: [MOD] merge Intertiki feature checkbox into drop down selector of authentication method 2007-08-11 23:35 marclaporte * templates/: tiki-view_tracker_item.tpl, modules/mod-last_modif_tracker_items.tpl: [FIX] Shorter URLS used for trackers 2007-08-11 22:45 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] oups on previous commit 2007-08-11 22:30 marclaporte * tiki-admin_chat.php: [FIX] Chat administration page disabled when feature is off. 2007-08-11 22:27 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] In _admin menu_ module, only link to features which are activated. 2007-08-11 22:23 marclaporte * tiki-admin_poll_options.php, tiki-admin_polls.php: [FIX] Poll administration pages disabled when feature is off. 2007-08-11 22:01 marclaporte * doc/devtools/tikirelease.sh: [DOC] More details about upgrade script for future release managers & developers. 2007-08-11 21:41 marclaporte * templates/tiki-admin.tpl: [MOD] Hiding links to tiki-backup.php for fresh install in Tiki 1.9.8 until we fix or remove. 2007-08-11 21:31 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] TYPO in _Admin menu_ module 2007-08-11 20:53 marclaporte * db/tiki_1.8to1.9.sql: [FIX] Do not re-add quick_edit module at each upgrade. 2007-08-11 20:43 marclaporte * db/tiki.sql: [FIX] RSS modules & polls now have there own permission (for administration) -> Reflect this in the menu. 2007-08-11 20:06 marclaporte * db/: tiki.sql, tiki_1.8to1.9.sql: [MOD] Article size: turning off by default because it's pretty useless (and ugly) 2007-08-11 19:23 marclaporte * db/tiki_1.8to1.9.sql: [FIX] Alter the upgrade script 1- Should not add permissions. These perms could have been intentionally removed (ex.: Intranet) 2- Modules should not change via upgrade script. tiki.sql behavior is intended for clean installs only. 3- New _Admins_ group is just for new installs as well. 2007-08-11 18:50 marclaporte * db/tiki.sql: [MOD] Turn off _Bottom bar debug_ (feature_bot_bar_debug) on clean installs. 2007-08-11 18:41 ohertel * db/: tiki_1.8to1.9.sql, tiki.sql: [FIX] update 1.8sql + 1.8to1.9sql ~ 1.9sql now 2007-08-11 18:11 nkoth * templates/tiki-adminusers.tpl: [FIX] clean up HTML from last commit 2007-08-11 17:16 ohertel * lib/messu/messulib.php: [FIX] undefined variable $local_sender_email, maybe leftover from renaming earlier. 2007-08-11 17:10 marclaporte * tiki-setup.php: [MOD] Changing doc link to a cleaner, shorter version. 2007-08-11 16:48 marclaporte * templates/tiki-admin-include-features.tpl: [MOD] User interface enhancement in the Admin panel. Link to _Admin layout per section_ is visible when the feature is turned on. This avoids an unfriendly error message. 2007-08-11 16:44 marclaporte * templates/tiki-adminusers.tpl: [MOD] Separate visually adding a single user from batch import. This was causing lots of questions from new Tiki admins. 2007-08-11 16:37 marclaporte * templates/tiki-adminusers.tpl: [FIX] Fix tip about batch upload of users. Do NOT put leading space in password field unless you want your password to have one :-). 2007-08-11 15:50 marclaporte * tiki-adminusers.php: [FIX] Harmonizing the tip with the error message 2007-08-11 07:47 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-11 07:46 marclaporte * db/tiki.sql: [FIX] WYSIWYCA (What You See Is What You Can Access) for menu item 2007-08-11 07:40 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-11 07:33 marclaporte * db/tiki.sql: [MOD] Assistant module now only for Admins [FIX] WYSIWYCA (What You See Is What You Can Access) for quizz menu items 2007-08-11 07:30 marclaporte * tiki-mobile.php: [FIX] Tiki Mobile: WYSIWYCA (What You See Is What You Can Access) -> Check permission of current user for all links on tiki-mobile.php 2007-08-11 07:00 marclaporte * templates/tiki-my_tiki.tpl, lang/fr/language.php: [FIX] Better wording in English 2007-08-11 06:38 marclaporte * templates/: tiki-gmap_locator.tpl, tiki-gmap_usermap.tpl: [MOD] Google Maps: Friendly error message when _Google Maps API key_ is not set. 2007-08-11 06:34 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-11 06:34 marclaporte * db/tiki.sql: [FIX] WYSIWYCA (What You See Is What You Can Access) for various menu items 2007-08-11 05:47 marclaporte * templates/tiki-admin-include-login.tpl: [FIX] Updating tip about sender email for admin validation to work. Thanks dthacker 2007-08-11 05:20 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] charts: simpler code which works, and doesn't create problems when you modify an item just after creating a new item 2007-08-11 04:42 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] Charts: Need admin chart permissions to edit existing options 2007-08-11 04:34 marclaporte * templates/tiki-view_chart_item.tpl: [FIX] charts: check permissions to permit to vote 2007-08-11 04:14 marclaporte * tiki-admin_chart_items.php: [FIX] Charts: extra spaces are causing problems in URL 2007-08-11 04:12 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] Charts: tiki_p_admin_charts is needed to delete items (tiki_p_suggest_chart_item is not sufficient). 2007-08-11 03:36 marclaporte * templates/: tiki-admin_chart_items.tpl: [FIX] WYSIWYCA What You See Is What You Can Access 2007-08-11 03:29 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] Charts: fix some broken links 2007-08-11 03:27 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] Documentation link. 2007-08-10 23:57 marclaporte * templates/tiki-charts.tpl: [FIX] Fix sorting of charts (sameurl doesn't work on my server) 2007-08-10 23:54 ohertel * README: 1.9.7 -> 1.9.8 2007-08-10 23:48 ohertel * db/convertscripts/convertsqls.cmd: windows version of convert script 2007-08-10 23:36 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 23:31 ohertel * db/tiki-secdb_1.9_mysql.sql: md5 values for 1.9.8 php files v2 2007-08-10 23:24 marclaporte * templates/styles/simple/modules/mod-application_menu.tpl, db/tiki.sql, templates/modules/mod-admin_menu.tpl, templates/modules/mod-application_menu.tpl, templates/styles/moreneat/modules/mod-application_menu.tpl, templates/styles/mose/modules/mod-application_menu.tpl, templates/styles/neat/modules/mod-application_menu.tpl: [MOD] Hiding links to tiki-backup.php for fresh install in Tiki 1.9.8 until we fix or remove. 2007-08-10 23:03 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 22:49 marclaporte * db/tiki.sql, db/profiles/default-inserts.sql, templates/tiki-admin-include-module.tpl: [MOD] 1- Turn off _Display modules to all groups always_ from new installs. Ref: http://tikiwiki.org/DefaultSettingsChanges 2 Add translation tags and improve the wording of the tip about the loss of the login box module. This is related to previous commit to templates/tiki-admin_modules.tpl (warning about deleting login box module) 2007-08-10 22:47 ohertel * db/tiki-secdb_1.9_mysql.sql: md5 values for 1.9.8 php files 2007-08-10 22:46 ohertel * tiki-admin_security.php: added release numbers 1.9.7 and 1.9.8 to checklist 2007-08-10 22:41 marclaporte * templates/tiki-admin_modules.tpl: [no log message] 2007-08-10 19:48 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 19:08 marclaporte * db/: tiki.sql, profiles/default-inserts.sql: [MOD] Changing _Maximum number of records_ in listings from 10 to 25 on new installs. 10 is never enough, especially when configuring the menu. 2007-08-10 18:56 marclaporte * tiki-admin_forums.php, db/tiki.sql, db/profiles/default-inserts.sql: [MOD] Change some forum defaults for new installs. Why? Most people will not change the defaults. These new defaults are chosen to be cleaner and more universal. Of course, Tiki admins can always change to whatever suits them best. See http://tikiwiki.org/DefaultSettingsChanges for details and to comment. 1- Accept wiki syntax (feature_forum_parse) is now activated. This is a nice thing of having a wiki + a forum all-in-one. 2- Forum listing configuration -> List number of posts per day (forum_list_ppd) and lists number of Topics (forum_list_topics) are now turned off. 3- When creating new forums: Default ordering (topicOrdering) for topics: Date (desc) -> Last post (desc) 4- When creating new forums: Default ordering (threadOrdering) for threads is now by ascending Date (commentDate_asc) like phpBB. 5- When creating new forums: Points (rating posts) are now turned off by default -> Topic list configuration points (topics_list_pts) & Posts can be rated (vote_threads) 2007-08-10 17:15 marclaporte * lang/en/language.php: [FIX] typo 2007-08-10 15:54 marclaporte * templates/tiki-admin-include-general.tpl: [FIX]1- WYSIWYCA for picking the Home Page. 2-Adding some missing potential home pages like Calendar, Forums and Trackers. Admins are still free to pick any URL as home page. 2007-08-10 15:32 marclaporte * templates/tiki-custom_home.tpl: [FIX] updating some info on this little used feature (custom home) 2007-08-10 14:43 pkdille * tiki-view_forum.php: [FIX] forums: Delete debug message 2007-08-10 13:35 marclaporte * templates/tiki-admin_modules.tpl: [FIX] When administering modules, only show possibilities for features which are turned on. 2007-08-10 12:47 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 12:05 marclaporte * styles/notheme/: default.css, doxygen.css, notheme-II-article.css, notheme-II-tc.css, notheme-III-box.css, notheme-article.css, notheme-box.css, notheme-calendar.css, notheme-categories.css, notheme-comments.css, notheme-debug.css, notheme-dir.css, notheme-faq.css, notheme-general.css, notheme-other.css, notheme-table.css, notheme-tc.css, notheme-wiki.css: Removing the 3 notheme styles because 1- They break in Internet Explorer and Firefox 2- Totally unsupported for years. 2007-08-10 12:01 marclaporte * styles/: notheme.II.css, notheme.III.css, notheme.css: Removing the 3 notheme styles because 1- They break in Internet Explorer and Firefox 2- Totally unsupported for years. 2007-08-10 11:54 marclaporte * templates/tiki-admin_modules.tpl: Removing WYSIWYG module editor because 1- It is not reliable/well implemented (both Firefox & Internet Explorer give quirky results as of 1.9.8 2- htmlarea (the WYSIWYG editor) is no longer supported 3- Tiki community is migrating towards FCK Editor 4- It should have been done before. 2007-08-10 11:42 marclaporte * db/: tiki.sql, profiles/basicEnabled.prf, profiles/fishclub.prf, profiles/slash.prf: [MOD] Turning off Display menus as folders by default 2007-08-09 22:17 marclaporte * db/profiles/: basicEnabled.prf, fishclub.prf, slash.prf: [FIX] With new default Admin group, it is no longer necessary to create in other profiles. Also, giving tiki_p_admin includes all permissions. 2007-08-09 21:43 ohertel * lang/de/language.php: translation update admin menus 2007-08-09 21:33 ohertel * templates/: tiki-admin-include-category.tpl, tiki-admin-include-features.tpl, tiki-admin-include-module.tpl, tiki-admin-include-textarea.tpl, tiki-admin-include-theme.tpl: [FIX] added missing {tr}s, missing encoding etc. 2007-08-09 21:32 ohertel * lang/de/language.php: translation update admin menus 2007-08-09 20:23 marclaporte * templates/tiki-admingroups.tpl: [FIX] Prevent renaming or deletion of new mandatory Admins group 2007-08-09 09:50 marclaporte * templates/modules/mod-adsense.tpl: [FIX] typo in adsense module 2007-08-08 21:11 sylvieg * lang/fr/language.php: some 2007-08-08 20:26 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-08 20:12 sylvieg * templates/tiki-editpage.tpl: [FIX]wiki: do not ask confirm when cancel edit 2007-08-08 20:08 sylvieg * db/tiki.sql: create an Admins group with tiki_p_admin with the admin user - to avoid people who rename admin to miss up their site 2007-08-07 23:24 ricks99 * templates/tiki-user_menu.tpl: Lost edit fix. Inhibit the alert when toggling menus items. 2007-08-06 19:24 ricks99 * templates/header.tpl: Do not load the NeedToConfirm JS script when editing the sandbox page. 2007-08-06 17:24 sylvieg * templates/tiki-adminusers.tpl: [FIX]group: can not delete a user from Registered 2007-08-06 17:09 sylvieg * templates/tiki-assignuser.tpl: backport can not unassign registered group from a user 2007-08-06 12:46 sylvieg * templates/tiki-admingroups.tpl: backport from 1.10 can not change or remove group Anonymous & Registered 2007-08-06 12:32 sylvieg * lib/userslib.php: backport from 1.10 can not change or remove group Anonymous & Registered 2007-08-06 03:42 marclaporte * templates/: tiki-admin-include-category.tpl, tiki-admin-include-search.tpl: [FIX] doc links 2007-08-06 03:24 marclaporte * templates/: tiki-import_structuredtext.tpl, tiki-admin-include-search.tpl: [FIX] doc link 2007-08-06 03:07 marclaporte * templates/: tiki-g-admin_graph.tpl, tiki-g-admin_processes.tpl, tiki-g-monitor_activities.tpl, tiki-g-monitor_instances.tpl, tiki-g-monitor_processes.tpl, tiki-g-user_activities.tpl, tiki-g-user_instances.tpl, tiki-g-user_processes.tpl: [FIX] fix all Galaxia Workflow doc links to a single page. From there, users can find workflow.tikiwiki.org and full documentation 2007-08-06 03:04 marclaporte * templates/tiki-admin_security.tpl: [FIX] doc link 2007-08-06 02:25 marclaporte * tiki-admin.php: [FIX] doc link + remove old unused tiki project code 2007-08-06 00:37 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] doc link 2007-08-06 00:28 marclaporte * templates/: tiki-user_tasks.tpl, tiki-user_watches.tpl: [FIX] doc link 2007-08-06 00:23 marclaporte * templates/tiki-user_bookmarks.tpl: [FIX] doc link 2007-08-06 00:18 marclaporte * templates/tiki-admin-include-trackers.tpl: [MOD] Add warning about mirror tracker use. The vast majority of bugs reported on dev.tikiwiki.org/Trackers are related to mirror trackers 2007-08-05 23:46 marclaporte * templates/: tiki-install.tpl, tiki-top_bar.tpl, styles/neat/tiki-top_bar.tpl, styles/simple/tiki-top_bar.tpl: [MOD] Change version number from 1.9.7 (CVS) to 1.9.8 2007-08-05 18:12 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] User Bookmarks doc link 2007-08-05 17:42 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] doc link to HTML pages 2007-08-05 17:37 bluestrain * templates/: tiki-received_articles.tpl, tiki-received_pages.tpl, tiki-send_objects.tpl: [FIX] doc links to Communications Center 2007-08-05 17:33 bluestrain * templates/tiki-admin_forums.tpl: [FIX] doc link 2007-08-05 16:56 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] Drawings, Banners doc links 2007-08-05 16:51 bluestrain * templates/tiki-admin-include-features.tpl: [FIX} Newsletter, Inter-User Messages doc links. 2007-08-05 16:45 bluestrain * templates/tiki-admin-include-features.tpl: [Fix] Polls doc link 2007-08-05 16:31 bluestrain * templates/tiki-admin_surveys.tpl: [FIX] Fix doc link. Change hover description. 2007-08-05 16:30 marclaporte * templates/tiki-galleries.tpl: [FIX] doc link 2007-08-05 16:22 marclaporte * templates/: tiki-admin-include-features.tpl, tiki-user_assigned_modules.tpl: [FIX] doc link 2007-08-05 16:16 marclaporte * templates/: tiki-list_trackers.tpl, tiki-list_users.tpl, tiki-edit_help.tpl: [FIX] doc link 2007-08-05 15:21 marclaporte * templates/messu-compose.tpl: [FIX] doc link 2007-08-05 08:12 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-05 08:03 marclaporte * templates/tiki-admin.tpl: [FIX] Since we now have i18n and theme admin panel, these links are no longer needed here 2007-08-05 07:59 marclaporte * tiki-admin_include_textarea.php, templates/tiki-admin-include-textarea.tpl: [MOD] Adding cache settings to text area admin panel 2007-08-05 07:45 marclaporte * db/tiki.sql: [FIX]1- One WYSIWYCA fix on menus, 2- HotWords and Similar Pages are now off by default 2007-08-05 07:34 marclaporte * templates/tiki-admin-include-login.tpl: [MOD] Adding a tip about setting sender email, if you want to validate users by email 2007-08-05 07:32 marclaporte * templates/tiki-admin_content_templates.tpl: [FIX]removing extra space (typo) 2007-08-05 06:49 marclaporte * templates/tiki-admin-include-login.tpl: [FIX] fix doc link. Each auth method now has a distinct wiki page 2007-08-05 04:22 marclaporte * templates/: tiki-admin_integrator.tpl, tiki-g-admin_processes.tpl: [FIX] fix doc link 2007-08-05 04:13 marclaporte * db/tiki.sql: [MOD] Article size: turning off by default because it's pretty useless 2007-08-05 04:10 marclaporte * db/tiki.sql: [MOD] Article listing: turning off a few less important columns so clean install is nicer 2007-08-05 03:55 marclaporte * db/tiki.sql: [FIX] Blog: turning off trackbacks on clean install because of spammers 2007-08-05 03:45 marclaporte * db/tiki.sql: [FIX] File Gallery: Allow same file to be uploaded more than once is now on by default, which is what most people want and to avoid support requests 2007-08-05 03:41 marclaporte * db/tiki.sql: [FIX]1- Two WYSIWYCA fixes on menus, 2- RSS feeds should be off until turned on, 3- wiki page list: less options turned on for a clean install, for a nicer interface 2007-08-05 03:38 marclaporte * tiki-setup.php: [FIX] User watch translation should be off until turned on 2007-08-05 03:36 marclaporte * templates/tiki-admin_modules.tpl: [FIX] fix link to new admin module panel 2007-08-05 03:17 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] doc links 2007-08-05 02:38 marclaporte * templates/tiki-directory_admin_categories.tpl: [FIX] fix link to doc 2007-08-05 02:03 marclaporte * templates/tiki-file_galleries.tpl: [FIX] fix link to doc 2007-08-05 01:56 marclaporte * templates/tiki-admin-include-search.tpl: [FIX] fix link to doc 2007-08-05 01:53 marclaporte * templates/: messu-archive.tpl, messu-broadcast.tpl, messu-mailbox.tpl, messu-sent.tpl: [FIX] fix link to doc 2007-08-05 00:47 marclaporte * templates/tiki-upload_image.tpl: [FIX] fix link to doc 2007-08-05 00:23 marclaporte * templates/: tiki-admin_links.tpl, tiki-admin_newsletters.tpl, tiki-assignpermission.tpl: [FIX] correct links to doc.tikiwiki.org 2007-08-05 00:02 marclaporte * templates/: tiki-admin_banning.tpl, tiki-admin_categories.tpl, tiki-admin_menus.tpl, tiki-admin_notifications.tpl, tiki-admin_system.tpl, tiki-admingroups.tpl, tiki-adminusers.tpl, tiki-edit_css.tpl, tiki-search_stats.tpl: [FIX] fix link to doc 2007-08-04 23:20 marclaporte * tiki-admin.php: [FIX] several fixes to links from the admin panel to doc.two 2007-08-04 23:17 marclaporte * templates/tiki-admin_rssmodules.tpl: [FIX] fix link to doc 2007-08-04 22:35 marclaporte * templates/: tiki-admin_dsn.tpl, tiki-edit_quiz_questions.tpl, tiki-install.tpl: [FIX] fix link to doc 2007-08-04 22:25 marclaporte * templates/: tiki-edit_translation.tpl, tiki-g-admin_graph.tpl, tiki-list_games.tpl, tiki-list_quizzes.tpl, tiki-quiz_stats.tpl: [FIX] fix link to doc 2007-08-04 22:18 marclaporte * templates/: tiki-received_pages.tpl, tiki-send_objects.tpl, tiki-sheets.tpl, tiki-admin_security.tpl, tiki-admin_shoutbox_words.tpl, tiki-edit_quiz_questions.tpl, tiki-list_surveys.tpl, tiki-quiz_result_stats.tpl, tiki-quiz_stats_quiz.tpl, tiki-received_articles.tpl: [FIX] fix link to doc 2007-08-04 21:55 marclaporte * templates/: tiki-admin-include-textarea.tpl, tiki-admin_quicktags.tpl, tiki-admin_score.tpl: [FIX] fix doc links 2007-08-04 21:40 marclaporte * templates/tiki-admin_integrator.tpl: [FIX] fix link to doc 2007-08-04 21:21 marclaporte * templates/: tiki-admin-include-general.tpl, tiki-admin-include-i18n.tpl: [FIX] fix link to doc 2007-08-04 21:15 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] cleaner and more consistent use of titles 2007-08-04 21:04 marclaporte * templates/tiki-admin-include-theme.tpl: [FIX] correct links to doc.tikiwiki.org 2007-08-04 19:51 marclaporte * tiki-edit_templates.php: [FIX] You can view the Smarty templates without necessarily being able to edit them. Currently in use on themes.tikiwiki.org for Registered users 2007-08-04 19:42 marclaporte * templates/tiki-admin_shoutbox_words.tpl: [FIX]Use variable for doc link 2007-08-04 19:26 marclaporte * templates/: tiki-edit_quiz_questions.tpl, tiki-edit_submission.tpl: [FIX] to view the link to templates, the feature must be activated (feature_view_tpl) and you must have permission (tiki_p_view_templates) 2007-08-04 19:07 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] to view the link to edit templates, the feature must be activated (feature_edit_templates) and you must have permission (tiki_p_edit_templates) 2007-08-04 18:59 marclaporte * templates/: tiki-shoutbox.tpl, tiki-edit_blog.tpl: [FIX] to view the link to templates, the feature must be activated (feature_view_tpl) and you must have permission (tiki_p_view_templates) 2007-08-04 18:55 marclaporte * templates/tiki-edit_article.tpl: [FIX] to view the link to templates, the feature must be activated (feature_view_tpl) and you must have permission (tiki_p_view_templates) 2007-08-04 18:38 bluestrain * templates/tiki-admin_shoutbox_words.tpl: [FIX] Fixed doc link. dthacker 2007-08-04 18:31 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] communication center link to docs. dthacker 2007-08-04 18:16 marclaporte * templates/: tiki-edit_quiz.tpl, tiki-edit_quiz_questions.tpl, tiki-list_quizzes.tpl: [FIX]Use variable for doc link 2007-08-04 18:10 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] fix link 2007-08-04 17:58 marclaporte * templates/: tiki-quiz_edit.tpl, tiki-quiz_result_stats.tpl, tiki-quiz_stats.tpl, tiki-quiz_stats_quiz.tpl: [FIX]Use variable for doc link + various minor fixes 2007-08-04 17:51 marclaporte * templates/tiki-admin-include-features.tpl: [FIX]Use variable for doc link + various minor fixes 2007-08-04 17:35 marclaporte * templates/tiki-sheets.tpl: [FIX]Use variable for doc link 2007-08-04 17:31 marclaporte * templates/tiki-syslog.tpl: [FIX]Use variable for doc link 2007-08-04 17:23 marclaporte * templates/tiki-list_trackers.tpl: [FIX]Use variable for doc link 2007-08-04 16:03 bluestrain * templates/: tiki-admin_content_templates.tpl, tiki-admin_cookies.tpl, tiki-list_cache.tpl: [FIX] Fixed broken doc links. Updated hover descriptions- dthacker 2007-08-04 15:51 bluestrain * templates/tiki-backup.tpl: [FIX] Fixed help link, updated description- dthacker 2007-08-04 02:39 jmaspons * lang/ca/language.php: some strings translated 2007-08-03 14:19 bluestrain * templates/tiki-admin_integrator.tpl: [Fix] Moved doc link to tw.o to d.tw.o 2007-08-03 14:03 bluestrain * templates/tiki-admin_mailin.tpl: [FIX] Corrected bad doc link, updated hover description 2007-08-03 13:51 bluestrain * templates/tiki-admin_newsletters.tpl: Fix link to d.tw.o. Improve description DT 2007-08-03 13:46 bluestrain * templates/tiki-list_trackers.tpl: [FIX] Point help link to d.tw.o page. Improve description. 2007-08-03 05:33 bluestrain * templates/tiki-list_posts.tpl: [FIX] Fixed link to d.tw.o. Improved description 2007-08-03 05:28 bluestrain * templates/tiki-edit_blog.tpl: [FIX] Fixed link to d.two.o 2007-08-03 03:41 bluestrain * templates/: tiki-list_faqs.tpl, tiki-view_faq.tpl: [FIX] Fixed links to docs.tw.o DT 2007-08-02 23:03 jmaspons * lang/ca/language.php: some strings translated 2007-08-02 17:16 sylvieg * lang/fr/language.php, templates/header.tpl: missing tr 2007-08-02 15:03 sylvieg * tiki-list_articles.php, templates/tiki-list_articles.tpl: [MOD]article: replace the read button by no action column if no action 2007-08-01 22:59 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: a better fix for mandatory user field-> None for optional user tracker field is back 2007-08-01 22:15 ricks99 * templates/tiki-list_articles.tpl: Fixed sort orders for topics, types, and expiration date. Removed sort from Img. Added defautl action (read) to avoid empty action column. Removed extra
that was causing validation errors. (again, 'cause I messed up the merge) 2007-08-01 22:02 ricks99 * templates/tiki-list_articles.tpl: Fixed sort orders for topics, types, and expiration date. Removed sort from Img. Added defautl action (read) to avoid empty action column. Removed extra
that was causing validation errors. 2007-08-01 21:51 ricks99 * templates/tiki-print_pages.tpl: Improved UI, layout, and control logic. 2007-08-01 15:02 bluestrain * tiki-admin.php: [FIX] Point help links to valid page on d.tw.o. DT 2007-08-01 12:04 sylvieg * tiki-admin_calendars.php: notice bug:1138 2007-08-01 06:39 marclaporte * tiki-setup.php: [FIX] Update mods server URL and give access to all the more recents mods user can see on mods.tikiwiki.org 2007-07-31 20:52 sylvieg * get_strings.php: backport 2007-07-30 12:21 sylvieg * tiki-switch_theme.php: [FIX]anonymous can not change theme if change_theme is not allowed 2007-07-28 00:27 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]better handling of mandatory user/group field creator: the values are unset so no check of mandatory 2007-07-28 00:22 sylvieg * lib/trackers/trackerlib.php: [FIX]better handling of mandatory user/group field creator: the values are unset so no check of mandatory 2007-07-27 20:25 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]if the user field was mandatory, a nonadmin user was not able to save his user tracker 2007-07-27 19:24 ricks99 * templates/tiki-editpage.tpl: Change edit timeout waning to match session timer, instead of the Idle Edit Timer. To prevent lost edits from a session expiration. 2007-07-27 19:21 ricks99 * tiki-editpage.php: Assign editi session timeout, based on session timeout. To prevent lost edits from a session expiration. 2007-07-27 03:03 ricks99 * templates/: header.tpl, tiki-editpage.tpl: More saving lost edits. Tiki will now prompt users when there is 1 minute remaining in the edit idle sessions. A timer will also be written to the browser status bar (if allowed by browser security). 2007-07-27 02:56 ricks99 * templates/header.tpl: Forgot to include the NeedToConfirm script in an IF statement. Only load when editing a page. 2007-07-27 02:31 ricks99 * templates/tiki-editpage.tpl: Added timeout warning on edit page (to reduce lost edits). 2007-07-27 02:19 ricks99 * templates/: header.tpl, tiki-edit_help_tool.tpl, tiki-editpage.tpl: Alert user when leaving the tiki-editpage and work is not yet saved. This will reduce the "lost edits" problem. 2007-07-26 16:09 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-07-26 01:10 sylvieg * templates/tiki-install.tpl: [FIX]backport nyloth's commit about blank page on tiki-install http://sourceforge.net/mailarchive/forum.php?thread_name=200705261835.07066.patrice%40sden.org&forum_name=tikiwiki-devel 2007-07-25 22:38 pkdille * db/tiki.sql: [FIX] quicktags: there where 2 quicktag sets for the map feature. The differences between both where very tiny (some spaces), but the second set was not as complete as the first one (2 tags where missing). 2007-07-24 20:39 sylvieg * lib/userslib.php: [FIX]bad include 2007-07-24 16:41 sylvieg * tiki-register.php, tiki-remind_password.php, lib/userslib.php, db/tiki.sql, db/tiki_1.8to1.9.sql, templates/mail/moderate_validation_mail.tpl: [FIX]: control remind password when user has not been validated (by admin or by himself). Validation messages are resent. Otherwise the user was able to log in without validation 2007-07-19 15:14 sampaioprimo * lang/pt-br/language.php: translation 2007-07-19 12:38 sylvieg * templates/tiki-admin-include-search.tpl: [FIX]tikisearch: do not show refresh tracker index if mirror tracker 2007-07-19 12:32 sylvieg * tiki-admin_include_search.php: oops 2007-07-19 12:18 sylvieg * tiki-admin_include_search.php, templates/tiki-admin-include-search.tpl: [MOD]tiki search: button to refresh tracker indexes 2007-07-19 11:57 sylvieg * modules/mod-last_tracker_items.php: [FIX]last_tracker_items was broken if status was specify 2007-07-19 11:08 sylvieg * tiki-tracker_rss.php: notice 2007-07-18 21:47 marclaporte * README: [FIX]Updating URLs in Readme file, reported by Gursikh 2007-07-16 23:22 sylvieg * tiki-edit_programmed_content.php: [FIX]time: again this time shifting on some servers 2007-07-16 12:39 sylvieg * templates/tiki-browse_categories.tpl: [FIX]at least have one link to help to track the categorized item without name 2007-07-15 23:37 sylvieg * templates/tiki-my_tiki.tpl, templates/tiki-user_preferences.tpl, tiki-user_preferences.php: [MOD]Put a message in My Tiki when nothing has been selected to go to the setting instead of a emprty place 2007-07-15 17:06 marclaporte * templates/tiki-admin_rssmodules.tpl: [ENH] Adding a tip about RSS feeds to avoid loops 2007-07-15 16:57 marclaporte * templates/tiki-admin-include-general.tpl: [FIX] oups 2007-07-15 16:14 marclaporte * templates/tiki-admin-include-general.tpl: [ENH] Adding a tip about Date and Time 2007-07-15 06:04 sampaioprimo * lang/pt-br/language.php: string translation 2007-07-14 14:31 sylvieg * templates/tiki-user_preferences.tpl: [FIX]change HomePage to URL 2007-07-14 14:12 sylvieg * tiki-login.php: unused code - user homepage is not a 'homepage' but my url 2007-07-13 17:04 marclaporte * styles/tikigod.css: [FIX] A little more padding around the wiki text to make it cleaner 2007-07-12 23:38 sylvieg * templates/: tiki-admin_trackers.tpl, tiki-plugin_trackerlist.tpl: [MOD]tracker: format created and lasmodif also for trackerlist 2007-07-12 18:00 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker.tpl: [MOD]tracker: can specify the format of lastmodif info for view list 2007-07-12 17:47 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker.tpl: [MOD]tracker: can specify the format of created info for view list 2007-07-12 16:50 sylvieg * lib/tikilib.php: oops 2007-07-12 16:45 sylvieg * lib/tikilib.php: [FIX]to have a time format empty - you need to put a space 2007-07-12 13:20 sylvieg * tiki-view_tracker.php: [FIX]tracker: after inserting an item, come back to the item list with the status skown by the tracker and not the status of the last added item 2007-07-12 12:32 sylvieg * lib/tikilib.php: [FIX]date: do not see [] if short time format is empty 2007-07-12 00:15 marclaporte * styles/codex.css: [FIX] Minor: adding a bit more padding to make codex theme wiki pages look nicer 2007-07-11 23:52 nkoth * tiki-setup.php: [FIX] should not depend on ini.set to set session.save_path as some hosts do not support it 2007-07-11 16:02 sylvieg * lib/trackers/trackerlib.php: rollback- mess up the merge 2007-07-11 15:54 sylvieg * lib/trackers/trackerlib.php: Instant-Auto-Merge from BRANCH-1-9 to HEAD 2007-07-11 15:31 sylvieg * lib/trackers/trackerlib.php, tiki-view_tracker.php, lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]tracker: do not count the comments with comments are not showed in list 2007-07-11 13:05 sylvieg * lib/trackers/trackerlib.php: [OPT]tracker: if a tracker has more than category fields, look for item categories only once: save 2 queries/items on dev.tw.org 2007-07-10 23:54 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: sometimes rating field was shown, sometimes not 2007-07-10 15:59 sylvieg * db/tiki_1.8to1.9.sql: typo 2007-07-10 15:51 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-07-10 15:49 sylvieg * db/: tiki.sql, tiki_1.8to1.9.sql: some indexes - thx tibi 2007-07-10 13:03 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker_item.tpl: [MOD]tracker: 2 new options show created and lastmodif date in the item view 2007-07-09 23:43 sylvieg * lib/newsletters/nllib.php: [FIX]newsletter: pagination inn send_newsletter 2007-07-09 23:28 sylvieg * tiki-view_forum_thread.php: [FIX]forum: some error message if parentId incorrect 2007-07-09 23:09 sylvieg * tiki-view_forum_thread.php, templates/tiki-view_forum_thread.tpl: [FIX]forum: show up the complete bread_crumb forums->forum_title->topic_title->post_title to ne able to look at the all thread after you serach on a post 2007-07-09 21:39 nkoth * lib/commentslib.php: [FIX] clean up of previous commit 2007-07-09 21:27 nkoth * tiki-view_forum.php, lib/commentslib.php: [FIX] attachments with new posts used to disappear when forum moderation is on 2007-07-09 20:46 nkoth * lib/commentslib.php: [FIX] attachment won't work before when set to admin/moderator only, or only those with perms. 2007-07-09 20:42 nkoth * templates/tiki-view_forum.tpl: [FIX] box for attachment not showing before when set to admin/moderator only 2007-07-09 20:30 nkoth * tiki-download_forum_attachment.php: [FIX] Check for perms 2007-07-09 19:40 sylvieg * templates/tiki-view_forum.tpl: [FIX]forum: light url to view thread 2007-07-09 12:38 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: display nothing if data is empty 2007-07-09 08:26 nkoth * tiki-forum_queue.php, templates/tiki-forum_queue.tpl: [FIX] When moderator saves modified queue item, "author" should not change to moderator. 2007-07-09 08:18 nkoth * tiki-forum_queue.php: [FIX] saving of modified item in forum queue made it disappear 2007-07-09 07:52 nkoth * lib/commentslib.php: [MOD] show error message when fail to create post because post with same title and content already exists (tracker item 415) 2007-07-09 07:33 nkoth * templates/tiki-blog_post.tpl: [MOD] hide incomplete feature - users have been trying to use it 2007-07-09 06:50 nkoth * lib/commentslib.php: [FIX] removing of watches and other forum stats on forum/thread removal (tracker item 500) 2007-07-09 06:41 nkoth * lib/commentslib.php: [FIX] fix typo 2007-07-09 06:35 marclaporte * templates/tiki-admin_rssmodules.tpl: [MOD] Adding tip on how to use the new RSS feed aggregator 2007-07-09 06:21 nkoth * tiki-admin_forums.php: [MOD] usability: after clicking save when editing forum, should still be editing same forum (instead of new forum) 2007-07-09 06:11 marclaporte * templates/tiki.tpl: [DOC] Adding a tip in the code as to where the template can be modified. Not obvious to find when you are new to Tiki template design. 2007-07-09 05:29 nkoth * lib/wiki-plugins/wikiplugin_rss.php: [FIX] Feed titles (if any) shown only when single feed. Feed titles not shown with combination of multiple feeds. 2007-07-09 04:28 nkoth * lib/wiki-plugins/wikiplugin_rss.php: [FIX] prevent PHP notices due to empty string passed to function 2007-07-09 02:56 nkoth * lib/wiki-plugins/wikiplugin_rss.php: [FIX] initial items should not be removed when feeds are combined 2007-07-09 02:20 nkoth * lib/wiki-plugins/wikiplugin_versions.php: [FIX] can now work for more than 2 versions (tracker item 838) 2007-07-09 00:11 sylvieg * lib/commentslib.php: [FIX]forum: one fix to sync counter of forum on delete - a lot more to do: delete a post+ count all the replies to a post 2007-07-08 23:21 sylvieg * templates/comments.tpl: no more Top button in forum- was making any sense to go to parentId=0 2007-07-08 19:27 nkoth * tiki-view_forum_thread.php: [FIX] should respect category perms 2007-07-07 00:09 sylvieg * tiki-view_tracker_item.php: [FIX]tracker: on someserver time was not well saved 2007-07-06 18:44 sylvieg * lib/smarty_tiki/function.html_select_time.php: [FIX]calendar: time in edit event was different than date in view event when server not in the time zone - use the same functions in html_select_time and tiki-short_date - do not merge 2007-07-06 13:37 sylvieg * lib/tikilib.php: oops trace 2007-07-06 13:11 xavidp * db/: tiki.sql, tiki_1.8to1.9.sql: menu option inserted for users map (Google maps) when gmap enabled 2007-07-06 12:51 sylvieg * lib/smarty_tiki/modifier.avatarize.php: [FIX]avatar: save one database request: get_user_pref return nothing if user does not exist 2007-07-06 07:21 chibaguy * styles/tikineat.css: utf-8 signature character removed 2007-07-06 07:04 chibaguy * styles/tikineat.css: tikineat tabcontent overlapping right column in IE6 fixed 2007-07-06 00:05 sylvieg * tiki-view_forum.php, lib/tikilib.php, lib/notifications/notificationemaillib.php, templates/tiki-view_forum.tpl: [FIX]forum watch: 2eyes to watch forum topic and forum topic and thread + mail link on the topic 2007-07-05 17:02 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: category fields in tracker must always have an empty entry in tiki_tracker_item_fields as soon as have a category: now it is recreated - on dev.tw.org, items appearing in browse categ and not in trackerlist with filter on categ must be edited to recreate the missing entry 2007-07-04 20:24 sampaioprimo * lang/pt-br/language.php: translation 2007-07-03 23:50 sylvieg * db/: tiki.sql, tiki_1.8to1.9.sql: [FIX]wiki: cache is too small - upgrading to longtext 2007-07-03 15:17 sylvieg * tiki-likepages.php: [FIX]wiki likepage: theme control applied 2007-07-03 15:14 sylvieg * tiki-pagehistory.php: [FIX]wiki history: them control with categ applied 2007-07-03 15:11 sylvieg * tiki-index.php: [FIX]wiki: theme control was called twice in tiki-index 2007-07-02 22:48 sylvieg * lib/tiki-js.js: [FIX]IE6 error when switching tabs in tracker item view 2007-07-02 17:35 sylvieg * tiki-view_tracker.php: notice 2007-07-02 13:05 sylvieg * tiki-view_tracker.php: [FIX]tracker: move the assign of fields after collecting info on tracker, because the collection can reassign fields->should fix the rating sort on dev.tw 2007-06-30 14:09 sylvieg * categorize_list.php: [FIX]categories: empty the categories table not to have notice 2007-06-30 03:22 sylvieg * tiki-setup.php: [FIX]avois path disclose on bad url ... 2007-06-30 02:50 sylvieg * tiki-rename_page.php: [FIX]wiki: rename follows section css 2007-06-30 02:39 sylvieg * tiki-pagehistory.php: [FIX]wiki: history follows section css 2007-06-30 00:10 sylvieg * styles/fmsc.css: [FIX]fmsc: the square + colon overlapping - thx chibaguy 2007-06-29 14:31 sylvieg * tiki-login.php, lib/userslib.php: [FIX]rememberme: add the user name in the cookie because with users having a changing IP, you can become another user when rememberme is used 2007-06-29 02:22 marclaporte * templates/tiki-view_forum.tpl: [FIX] Forums: Visual consistency fix to title input field for 1st forum posts (topics) to be same size as comments and replies. 2007-06-28 20:54 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php, templates/tiki-plugin_trackerlist.tpl: [NEW]trackerlist: new param showfieldname (to shows the names of the fields) 2007-06-28 15:39 sylvieg * db/tiki-db.php: [MOD]if error while connecting to the database, do not link to tiki-install but only displays the error. It can be a lost connection that does not need a tiki-install.php. If db/local.php does not exist, an error linking to tiki-install has already being displayed 2007-06-27 23:51 sylvieg * templates/tiki-faq_questions.tpl: [FIX]rollback 1.12.2.6: comment malformed 2007-06-27 20:58 sampaioprimo * lang/pt-br/language.php: fix strings translation on pt-br language.php 2007-06-27 19:47 marclaporte * templates/: tiki-forums.tpl, tiki-view_forum.tpl: [FIX] Forums: When listing forums, and messages in forums, only show pagination links when more than one page 2007-06-27 19:15 marclaporte * templates/comments.tpl: [FIX] Comments & forums: only show pagination links when more than one page 2007-06-27 18:34 marclaporte * templates/comments.tpl: [FIX] Adding warning to avoid error message (Missing title or body when trying to post a comment) + increase title size to look nicer. 2007-06-26 22:40 sylvieg * modules/mod-last_tracker_items.php: [FIX]last tracker item module: was interfering with last images 2007-06-26 19:31 mose * tiki-admin_system.php: [FIX] cache & multitiki : avoid subtiki cache is emptied when toplevel tiki cache is emptied 2007-06-26 18:16 sylvieg * modules/mod-last_tracker_items.php: [FIX]module tracker: the error was not displaying 2007-06-26 17:26 sylvieg * templates/tiki-searchindex.tpl: [FIX]search: missing tracker in site identity search 2007-06-25 13:25 sylvieg * tiki-setup.php: [FIX]better fix 2007-06-25 13:17 sylvieg * tiki-setup.php: [FIX]lang: quick patch for 1.9 - avoid error if user has a language that is no more there as en-us 2007-06-24 01:06 sampaioprimo * lang/pt-br/language.php: a few more string translation to pt-br 2007-06-23 21:54 sampaioprimo * lang/pt-br/language.php: fixed another string on pt-br language.php :-) 2007-06-23 21:42 sampaioprimo * lang/pt-br/language.php: fix one string translation on pt-br language.php 2007-06-23 18:27 sampaioprimo * lang/pt-br/language.php: pt-br string translation 2007-06-21 13:05 sylvieg * tiki-view_tracker.php: [MOD]tracker: add a possible param maxRecords to debug some tricky bug on dev.tw.org 2007-06-21 12:48 sylvieg * templates/tiki-view_tracker.tpl: [FIX]tracker: anonymous does not see watch button 2007-06-20 23:33 sylvieg * templates/tiki-view_tracker.tpl: [FIX]tracker: watch was gone 2007-06-20 20:25 sylvieg * tiki-view_tracker_item.php: notice 2007-06-20 20:16 sylvieg * templates/tiki-plugin_poll.tpl: [FIX]dev.tx.org 887 - incorrect html tags 2007-06-19 12:26 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]rollback: either do not put : in a string or include it: French put a space before :, English no space - so it must be in the translation if the : is needed 2007-06-19 04:12 nkoth * tiki-admin_forums.php: [FIX] prevent categories from showing double after save with categorization 2007-06-18 20:34 nkoth * tiki-view_tracker_item.php: [FIX] should check for individual tracker perms for tiki_p_view_trackers_pending and tiki_p_view_trackers_closed if necessary. 2007-06-18 20:29 nkoth * tiki-download_item_attachment.php: [FIX] checks for individual perms (bug tracker item 1027). 2007-06-18 17:27 sampaioprimo * lang/pt-br/language.php: fix syntax error on pt-br language file 2007-06-16 22:31 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] Changed help link from Game to Games to link properly to docs. dthacker 2007-06-15 13:32 mose * db/tiki_1.8to1.9.sql: [FIX] perms: no perms ever granted from upgrade script, plus cleaning 2007-06-14 17:18 sampaioprimo * templates/: tiki-admin-include-wiki.tpl, tiki-editpage.tpl: feature name moved from "Search and replace" to "Regex search and replace" 2007-06-14 16:11 sampaioprimo * lang/pt-br/language.php: a few string translation 2007-06-14 15:28 sampaioprimo * templates/tiki-view_tracker_item.tpl: colon should not be inside {tr} tag to facilitate translation 2007-06-14 02:41 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] doc link to articles, not article 2007-06-13 05:54 nkoth * lib/init/initlib.php: [FIX] allow it to work even when ini_set is disabled on those shared hosting environments with no control over php.ini 2007-06-13 02:41 marclaporte * tiki-minical.php, templates/tiki-mytiki_bar.tpl: [FIX] Minical: check not only if feature is activated but also if current user has the permission to use. 2007-06-12 19:43 nkoth * tiki-admin_categories.php, lib/categories/categlib.php: [FIX] admin cats displays sub-cat under wrong parent in special cases (tracker item 920) 2007-06-11 21:38 luciash * templates/tiki-debug_console.tpl: [FIX] escape URLs 2007-06-11 21:16 luciash * templates/tiki-webmail.tpl: [FIX] escaping values, fixed broken layout for simple style theme by removing an extra div closing tag which wasn't opened 2007-06-11 20:39 luciash * lib/webmail/htmlMimeMail.php: [FIX] another prevention of php notice "Only variable references should be returned by reference" 2007-06-11 17:46 sylvieg * tiki-view_tracker.php: [FIX]tracker: move again the trackerId smarty assign as list_items can use trackerlist and redefine these values 2007-06-11 16:53 sylvieg * templates/tiki-view_tracker.tpl: [FIX]rating: take away extra space 2007-06-11 16:25 luciash * tiki-webmail.php: [FIX] prevent PHP notice and show correct date and time if delivery-date missing 2007-06-11 15:11 sylvieg * templates/tiki-view_tracker.tpl, tiki-view_tracker.php: [FIX]tracker rating 2007-06-11 14:55 sylvieg * tiki-view_tracker.php: oops trace 2007-06-11 14:54 sylvieg * templates/tiki-view_tracker.tpl, tiki-view_tracker.php, lib/trackers/trackerlib.php: [FIX]tracker rating 2007-06-11 13:05 sylvieg * templates/modules/: mod-last_blog_posts.tpl, mod-last_created_blogs.tpl: [MOD]blog: add data and user on the title link in forum last topics/posts modules 2007-06-11 12:40 sylvieg * lib/rankings/ranklib.php, templates/modules/mod-forums_last_posts.tpl, templates/modules/mod-forums_last_topics.tpl: [MOD]forum: add data and user on the title link in forum last topics/posts modules 2007-06-10 22:47 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: rating can work with another language than en 2007-06-10 22:43 sylvieg * templates/tiki-view_tracker.tpl: [FIX]tracker: rating can work with another language than en 2007-06-10 21:41 sylvieg * lib/wiki-plugins/wikiplugin_flash.php: notice 2007-06-10 16:25 sylvieg * lib/wiki-plugins/wikiplugin_backlinks.php: [FIX]missing include 2007-06-10 14:07 luciash * styles/simple.css, styles/lite/lite.css, templates/styles/simple/tiki.tpl: [FIX] backport from HEAD: lite+simple css layout support for MSIE 7 2007-06-10 13:11 sylvieg * tiki-view_tracker_item.php: [FIX]tracker : fix the weird bug dev.tw.org/tiki-view_tracker_item.php?itemId=989. The smarty vars for the tracker must be assigned after the parsing of all the fields (because a field can contains a trackerlist for instance) 2007-06-10 02:03 nkoth * tiki-admin_include_theme.php, tiki-admin_include_features.php, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-theme.tpl: [MOD] move use tabs checkbox from admin features to admin theme 2007-06-10 01:43 nkoth * templates/tiki-admin-include-general.tpl: [FIX] add translation tags for link just added 2007-06-10 01:32 nkoth * templates/tiki-admin-include-general.tpl: [MOD] put link to admin themes where admin stuff was before 2007-06-10 00:56 nkoth * tiki-admin_include_general.php, tiki-admin_include_theme.php, templates/tiki-admin-include-general.tpl, templates/tiki-admin-include-theme.tpl: [MOD] move themes selection form admin general to admin themes (tracker item 958) 2007-06-09 23:30 nkoth * tiki-setup.php, tiki-admin_include_wiki.php, db/tiki.sql, db/tiki_1.8to1.9.sql, templates/tiki-admin-include-wiki.tpl, templates/tiki-editpage.tpl: [MOD] Import page is hidden if feature is off - default is off for new install and on for upgrades 2007-06-09 23:12 sylvieg * tiki-index.php: [FIX]wiki: when like pages was activated or a redirection was done on a page, the header should be 302 and not 402 - was giving a white page 2007-06-09 22:46 marclaporte * db/tiki.sql: [MOD] Change default behavior on clean install: new table format + monospace on leading space: off 2007-06-09 22:25 marclaporte * tiki-admin_include_features.php, templates/tiki-admin-include-features.tpl: [MOD] Removing Trackbacks Pings setting from admin features. It is already in admin-blog 2007-06-09 22:10 marclaporte * tiki-admin_include_features.php, tiki-admin_include_general.php, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-general.tpl: [MOD]moving feature_help setting from admin-features to admin-general 2007-06-09 20:49 marclaporte * db/tiki.sql: [MOD] Change feature_help to be on by default. These are links are from the Tiki admin panels to doc.tikiwiki.org. Suggestion by Yanaroo. 2007-06-09 20:37 sylvieg * lib/userslib.php: notice 2007-06-09 02:07 sylvieg * tiki-view_tracker.php: notice 2007-06-08 23:07 sylvieg * tiki-view_tracker.php: [FIX]tracker/categ: a new item had no categ description (no value in browse categ) until it was modified 2007-06-08 22:29 sylvieg * doc/devtools/cleanCatTrackers.php: [FIX]trim the strings 2007-06-08 21:36 sylvieg * doc/devtools/cleanCatTrackers.php: [MOD]clean Category for tracker: also replace url with itemId=0 by the real itenId 2007-06-08 16:30 sylvieg * lang/fr/language.php: update 2007-06-08 15:46 sylvieg * tiki-tracker_rss.php: [FIX]rss on a tracker perm (dev.tw 1056) 2007-06-06 14:21 johan_mx * lib/userslib.php: [FIX] PAM Auth: pam_auth was not called correctly. 2007-06-05 19:27 sylvieg * tiki-webmail.php: backport 2007-06-05 11:17 marclaporte * tiki-admin_include_category.php, tiki-admin_include_module.php, tiki-admin_include_textarea.php, tiki-admin_include_theme.php, templates/tiki-admin-include-category.tpl, templates/tiki-admin-include-module.tpl, templates/tiki-admin-include-textarea.tpl, templates/tiki-admin-include-theme.tpl: [MOD] Created 4 new admin panels: category, module, theme, and textarea. DevTrackers #956, #958, #962, #964. Left hyerlinks where most of the options were before (as a transition measure). 2007-06-05 11:11 marclaporte * tiki-admin.php, tiki-admin_include_features.php, tiki-admin_include_general.php, templates/tiki-admin-include-anchors.tpl, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-general.tpl, img/icons/admin_category.png, img/icons/admin_textarea.png, img/icons/admin_theme.png, templates/tiki-admin-include-list-sections.tpl, templates/tiki-admin.tpl: [MOD] Created 4 new admin panels: category, module, theme, and textarea. DevTrackers #956, #958, #962, #964. Left hyerlinks where most of the options were before (as a transition measure). 2007-06-05 02:44 marclaporte * tiki-admin_include_general.php, templates/tiki-admin-include-general.tpl: [MOD] Remove 4 i18n settings from general admin panel since they are in i18n admin panel 2007-06-05 00:31 marclaporte * tiki-admin_include_features.php, templates/tiki-admin-include-features.tpl: [MOD] Remove 4 options from main feature admin panel since the are in i18n admin panel 2007-06-05 00:12 marclaporte * tiki-admin_include_blogs.php, templates/tiki-admin-include-blogs.tpl: [MOD] Add Trackback Pings setting in blog admin panel 2007-06-04 19:23 marclaporte * templates/tiki-admin-include-features.tpl: Documentation links: 1st batch of cleanup to use the new keywords on doc.tikiwiki.org and dev.tikiwiki.org 2007-06-03 22:51 marclaporte * lib/wiki-plugins/wikiplugin_article.php: Article plugin: fix typo in code caused by recent cleanup 2007-06-02 04:06 marclaporte * categorize_list.php: Categories: avoid Notice: Undefined variable: categories in categorize_list.php when no categories have been setup yet 2007-06-02 02:44 marclaporte * templates/tiki-user_watches.tpl: User Watches: only offer to watch articles 1- if the articles feature is activated (some people confuse articles and wiki pages) and 2- If the user has the permission to read articles (tiki_p_read_article) 2007-06-01 18:57 sylvieg * tiki-remind_password.php: [FIX]mail: error message if mail can not be sent 2007-05-30 15:58 mose * lib/tikilib.php: [FIX] parsing: avoiding antislashes break parsing, better 2007-05-30 15:32 mose * lib/tikilib.php: [FIX] parsing: avoiding antislashes break parsing with ~np~ and ~pp~ (backport) 2007-05-29 20:03 sylvieg * modules/mod-since_last_visit_new.php: [FIX]since_last_visit_new was showing tracker with no perm 2007-05-29 12:31 mose * lib/init/tra.php: [FIX] multilingual: removed interativetag call that is 1.10 only 2007-05-24 23:35 marclaporte * templates/styles/smartiki/: error.tpl, tiki.tpl: [FIX] Smartiki theme: fix links to spacer image. No visual change but will stop adding error messages to log files 2007-05-24 18:47 sylvieg * templates/tiki-adminusers.tpl: [FIX] rollback, the statement unvalid=provpass is false (provpass can exist if remind password has been activated 2007-05-24 02:56 mose * tiki-show_all_images.php, templates/tiki-browse_gallery.tpl: [MOD] imagegal: added a tool to display all thumbnails in a gallery on a single image file 2007-05-18 18:00 sylvieg * tiki-download_forum_attachment.php, tiki-download_item_attachment.php, tiki-download_wiki_attachment.php: [FIX] desactivate tiki output compression when downloading file (bug if the file is a zip) 2007-05-18 17:51 sylvieg * styles/fmsc.css: [FIX]fmsc.css: comment left align+ tableheading link in white 2007-05-18 05:09 chibaguy * tests/test_cvs_file.txt: Just testing 2007-05-17 17:07 sylvieg * styles/fmsc.css: [FIX]missing themes icons - for the moment go in hec directory and not fmsc directory.... one needs to disappear 2007-05-16 17:34 nkoth * lib/calendar/calendarlib.php: [FIX] Removal of calendar that has been categorized does not uncategorize it. Tracker item 914. 2007-05-16 04:30 nkoth * tiki-admingroups.php: [FIX] delete group deletes even if user does not click "click here to confirm" 2007-05-16 03:33 nkoth * templates/tiki-listpages.tpl: [FIX] Clicking on alpha for filtering of pages should not use offset, otherwise user may be shown no pages even if there are pages starting with that alpha 2007-05-16 03:09 nkoth * templates/tiki-calendar.tpl: [FIX] Onchange js event does not work in IE, changed to onclick 2007-05-16 02:48 nkoth * lib/userslib.php: [FIX] error in SQL query when user without tiki_p_admin, but with tiki_p_admin_users tries to get_groups (in tiki-assignuser.php for example) with $find set. 2007-05-16 00:24 nkoth * templates/: tiki-admingroups.tpl, tiki-adminusers.tpl: [FIX] Clicking on initial alpha in navigation should not use offset, otherwise user can be sent to a page that shows no users or groups, even if there are users or groups starting with that alpha 2007-05-15 15:19 sylvieg * templates/tiki-plugin_trackerlist.tpl: [FIX]trackerlist: if date empty do not display a stupid date 2007-05-15 00:38 sampaioprimo * lang/pt-br/language.php: fix one string translation 2007-05-14 23:50 sylvieg * tiki-view_tracker.php: notice 2007-05-14 20:50 nkoth * lib/structures/structlib.php: Only delete a page if other structures arent referencing it not working before due to typo in if clause 2007-05-14 20:29 nkoth * tiki-calendar.php, modules/mod-upcoming_events.php: Calender viewing should respect category permissions if categorized 2007-05-12 07:27 nkoth * templates/tiki-faq_questions.tpl: [FIX] Fix bad comment closing tag 2007-05-12 06:52 nkoth * tiki-index.php: [FIX] hash used for filename for wiki file attachments must be more unique, otherwise uploading second attachment of same filename to wiki will replace contents of old file with same name 2007-05-12 06:11 nkoth * lib/userslib.php: [FIX] when group name is changed, the group must be changed where it appears in includegroup field in tiki_group_inclusion table 2007-05-12 05:58 nkoth * lib/tikilib.php: [FIX] When a page is totally removed, any attachments must also be removed. 2007-05-12 05:22 nkoth * lib/tikilib.php: [FIX] FAQs that user have no perms to view should not be shown in list of FAQs 2007-05-12 01:59 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-05-12 01:15 sylvieg * comments.php: oops - I missed up with forum perm 2007-05-11 20:38 luciash * templates/tiki-install.tpl: [FIX] added missing smarty {tr} tags 2007-05-11 17:57 sylvieg * lib/smarty_tiki/modifier.truncate.php: backport 1.10 2007-05-11 17:54 sylvieg * lib/smarty/: ChangeLog, NEWS, libs/Config_File.class.php, libs/Smarty.class.php, libs/Smarty_Compiler.class.php, libs/debug.tpl, libs/internals/core.write_compiled_include.php, libs/internals/core.write_file.php, libs/plugins/function.fetch.php, libs/plugins/function.html_select_date.php, libs/plugins/function.html_table.php, libs/plugins/function.mailto.php, libs/plugins/function.popup.php, libs/plugins/modifier.capitalize.php, libs/plugins/modifier.date_format.php, libs/plugins/modifier.debug_print_var.php, libs/plugins/modifier.truncate.php, libs/plugins/outputfilter.trimwhitespace.php: Upgrade to smarty 2.6.18: copy the release - change the https in fetch , instead of merge 2007-05-11 16:19 sylvieg * comments.php: [FIX]forum: error message when you try to post with no perms 2007-05-11 15:42 sylvieg * templates/tiki-view_forum.tpl: [MOD]forum: do not show the choice of types if you have can choose normal 2007-05-11 15:30 sylvieg * templates/tiki-admin_forums.tpl: [FIX]forum: cycle 2007-05-11 15:24 sylvieg * templates/tiki-view_forum.tpl: [MOD]forum: title to post type 2007-05-11 14:34 sylvieg * templates/tiki-install.tpl: oops fix html - thx nyloth 2007-05-11 13:03 sylvieg * tiki-view_forum_thread.php: [FIX]forum: do not show the comment input box if the thread is locked for non admin 2007-05-11 05:02 lmoss * lib/categories/categlib.php: Bug fix: approved articles inherit only the categorization of the submission, not of other objects that happen to share an ID with the submission 2007-05-11 00:23 sylvieg * templates/tiki-install.tpl: [FIX]IE: running an install on IE was creating again the database and not upgrading because of