Summary Period: 2003-06-17 to 2003-05-27 (Commits 640-739 of 1239)
ohertel 6/17/03 2:40 PM |
"Repeat password" tag added and some fixes |
2 lines of code changed in: lang/de/language.php (+2 -1) | |
ohertel 6/17/03 2:34 PM |
missing {tr} tags added |
6 lines of code changed in: templates/tiki-my_tiki.tpl (+6 -6) | |
ingesol 6/17/03 11:23 AM |
Changed labels for username and password, to make them more understandable. |
2 lines of code changed in: templates/tiki-register.tpl (+2 -2) | |
ingesol 6/17/03 10:16 AM |
Norwegian language, only 200 first lines translated so far. |
2123 lines of code changed in: lang/no/language.php (new 2123) | |
lrargerich 6/17/03 9:42 AM |
Bugfix |
1 lines of code changed in: lib/articles/artlib.php (+1 -2) | |
lrargerich 6/17/03 9:34 AM |
Icons for live support corrected |
5 lines of code changed in: tiki-live_support_server.php (+2 -2), templates/tiki-notepad_list.tpl (+3 -3) img/icons: live-support-off.png (new 0), live-support-on.png (new 0) | |
mose 6/14/03 4:55 PM |
corrected typo (patch sent by Dennis Daniels) |
3 lines of code changed in: tiki-send_objects.php (+3 -3) | |
mose 6/14/03 10:56 AM |
oops one iso character was there |
1 lines of code changed in: lang/fr/language.php (+1 -1) | |
mose 6/14/03 10:50 AM |
recent run of get_strings.php and some syntax corrections |
2755 lines of code changed in: lang/fr/language.php (+2755 -2868) | |
mose 6/14/03 9:34 AM |
fixed bug #754482 with correct md5 calculation of hash for uploaded files when stored on disk |
8 lines of code changed in: tiki-upload_file.php (-1), lib/filegals/filegallib.php (+8 -2) | |
mose 6/14/03 9:09 AM |
added a comment about default charset to be used, as with debian default value of AddDefaultCharset is on for security (?) reasons |
5 lines of code changed in: .htaccess (+5) | |
mose 6/13/03 9:53 PM |
changed some simple-quotes by double-quotes and added final slash in img tag for XHTML compliance |
82 lines of code changed in: templates/modules/mod-application_menu.tpl (+82 -82) | |
mose 6/13/03 9:49 PM |
added date to time for context enhancement |
1 lines of code changed in: templates/modules/mod-shoutbox.tpl (+1 -1) | |
mose 6/13/03 8:58 PM |
fixed odd problem of output motivated by tha lack of some curly braces |
6 lines of code changed in: Smarty/plugins/prefilter.tr.php (+6 -5) | |
mose 6/13/03 6:37 PM |
fixed last errors from copy of tiki-upload_image.php (thx kristian) |
5 lines of code changed in: tiki-upload_file.php (+5 -4) | |
mose 6/13/03 3:21 PM |
fixed (really) path to images |
2 lines of code changed in: tiki-live_support_server.php (+2 -2), templates/modules/mod-live_support.tpl (changed) | |
mose 6/13/03 3:11 PM |
fixed path to images |
3 lines of code changed in: tiki-live_support_server.php (+3 -3) | |
sylvieg 6/12/03 6:09 PM |
A string between {tr} tags can contain Smarty variables The complete string is looked in the language.php ou bd A string between {tr} tags with paramters is translated if possible and returned with the {tr} tags + parameters - block.tr.php will be called to substitute the variables and/or translate A string between {tr} tags without parameter that can not be translated is returned with the {tr} tag - block.tr.php will be called ... A string between{tr} tags with no paramater that can be translated is translated and the translation is returned without tags |
21 lines of code changed in: Smarty/plugins/prefilter.tr.php (+21 -11) | |
sylvieg 6/12/03 12:10 PM |
call to the tra function to translate the calendar |
3 lines of code changed in: lib/class_calendar.php (+3 -2) | |
sylvieg 6/12/03 11:04 AM |
date_format remplaced by tiki_short_datetime |
1 lines of code changed in: templates/tiki-view_forum.tpl (+1 -1) | |
sylvieg 6/12/03 9:14 AM |
corrections |
42 lines of code changed in: lang/fr/language.php (+42 -42) | |
lrargerich 6/12/03 9:09 AM |
Lock/unlock fix |
7 lines of code changed in: tiki-index.php (+4), templates/tiki-show_page.tpl (+1) templates/styles/neat: tiki-show_page.tpl (+1), tiki.tpl (+1 -1) | |
mose 6/12/03 5:38 AM |
fixed match in select menu for refresh |
8 lines of code changed in: templates/tiki-admin_rssmodules.tpl (+8 -6) | |
sylvieg 6/11/03 6:43 PM |
date_format remplaced by tiki_short_datetime |
1 lines of code changed in: templates/tiki-live_support_transcripts.tpl (+1 -1) | |
sylvieg 6/11/03 5:27 PM |
tiki_date_format remplaced by tiki_short_datetime |
2 lines of code changed in: templates: messu-mailbox.tpl (+1 -1), messu-read.tpl (+1 -1) | |
sylvieg 6/11/03 5:09 PM |
tiki_date_format remplaced by tiki_short_date and tiki_short_datetime |
2 lines of code changed in: templates/tiki-list_blogs.tpl (+2 -2) | |
axonrg 6/11/03 1:39 PM |
Moved 'edit copyright' link from plugin to page templaet. licnese statement does not show on copyright license page |
10 lines of code changed in: tiki-index.php (+3 -2), lib/wiki-plugins-dist/wikiplugin_copyright.php (-5), templates/tiki-show_page.tpl (+7 -1) | |
axonrg 6/11/03 1:04 PM |
included license in wiki print page display when copyrights management system enabled |
7 lines of code changed in: tiki-print.php (+7) | |
sylvieg 6/10/03 6:35 PM |
corrections |
164 lines of code changed in: lang/fr/language.php (+164 -162) | |
sylvieg 6/10/03 3:27 PM |
add Smarty/plugins directory |
1 lines of code changed in: get_strings.php (+1 -1) | |
sylvieg 6/10/03 3:20 PM |
tra() missing |
1 lines of code changed in: Smarty/plugins/function.helplink.php (+1 -1) | |
lrargerich 6/10/03 11:25 AM |
Fixes |
25 lines of code changed in: tiki-edit_article.php (+1 -1), tiki-edit_banner.php (+1 -1), tiki-edit_submission.php (+1 -1), tiki-index.php (+1 -1), tiki-list_games.php (+1 -1), tiki-setup_base.php (+5 -1), tiki-upload_file.php (+1 -1), tiki-userfiles.php (+1 -1), tiki-view_banner.php (+1 -1), tiki-view_forum.php (+3 -3), tiki-view_forum_thread.php (+3 -3), tiki-view_tracker_item.php (+1 -1), Smarty/plugins/function.poll.php (+1 -1) lib: filegals/filegallib.php (+1 -1), wiki/wikilib.php (+3) | |
lrargerich 6/9/03 3:43 PM |
Fixes |
29 lines of code changed in: messu-broadcast.php (+8 -3), tiki-newsletters.php (+17 -15), lib/admin/adminlib.php (+2 -2), templates/tiki-list_gallery.tpl (+2 -2) | |
sylvieg 6/9/03 3:35 PM |
corrections |
249 lines of code changed in: lang/fr/language.php (+249 -233) | |
sylvieg 6/9/03 3:14 PM |
spelling |
1 lines of code changed in: templates/tiki-g-admin_activities.tpl (+1 -1) | |
sylvieg 6/9/03 3:01 PM |
missing {tr} tags |
2 lines of code changed in: templates: tiki-admin_chart_items.tpl (+1 -1), tiki-view_chart_item.tpl (+1 -1) | |
sylvieg 6/9/03 2:26 PM |
spelling |
1 lines of code changed in: templates/tiki-blog_post.tpl (+1 -1) | |
sylvieg 6/9/03 10:48 AM |
missing {tr} tags |
4 lines of code changed in: templates/tiki-assignpermission.tpl (+4 -4) | |
axonrg 6/9/03 10:20 AM |
Added copyright management system. |
424 lines of code changed in: changelog.txt (+1), copyrights.php (new 105), tiki-admin.php (+17), tiki-editpage.php (+71 -46), db/tiki_1.6to1.7.sql (+15) lib: copyrights/copyrightslib.php (new 99), wiki-plugins-dist/wikiplugin_copyright.php (new 42), wiki-plugins/wikiplugin_copyright.php (new 42) templates: copyrights.tpl (new 0), tiki-admin-include-wiki.tpl (+13), tiki-editpage.tpl (+16), tiki-show_page.tpl (+3) | |
patvdv 6/9/03 9:55 AM |
First release of Dutch language file for Tiki v1.7 |
2133 lines of code changed in: lang/nl/language.php (new 2133) | |
lrargerich 6/9/03 9:51 AM |
Auth changed to allow Tiki to use the Web Server Authentication |
108 lines of code changed in: .htaccess (+8 -1), changelog.txt (+2), tiki-admin.php (+9), tiki-pagepermissions.php (+12 -10), tiki-setup.php (+3), tiki-setup_base.php (+10), Smarty/plugins/function.content.php (+1 -2), templates/tiki-admin-include-login.tpl (+3 -1) lib: tikilib.php (-1), wiki-plugins-dist/wikiplugin_split.php (+30 -34), wiki-plugins/wikiplugin_split.php (+30 -29) | |
sylvieg 6/9/03 8:32 AM |
bad field name option=>optionText in tiki_quiz_question_options |
1 lines of code changed in: lib/quizzes/quizlib.php (+1 -1) | |
sylvieg 6/9/03 8:19 AM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-edit_question_options.tpl (+1 -1) | |
sylvieg 6/7/03 4:07 PM |
Oops, still a pb |
1 lines of code changed in: Smarty/plugins/prefilter.tr.php (+1 -3) | |
sylvieg 6/7/03 3:40 PM |
Antislash the $ of a smarty variable |
2 lines of code changed in: get_strings.php (+2 -2) | |
sylvieg 6/7/03 3:12 PM |
Correction in order to accept Smarty variables between {tr} tags. Ex: {tr}You have {$nb} emails{/tr}. In the regular expressions use of ? to stop + to be greedy |
3 lines of code changed in: Smarty/plugins/prefilter.tr.php (+3 -1) | |
sylvieg 6/7/03 3:04 PM |
missing {tr} tags |
2 lines of code changed in: templates/tiki-send_newsletters.tpl (+2 -2) | |
sylvieg 6/7/03 8:26 AM |
missing {tr} tags |
14 lines of code changed in: templates/tiki-admin_newsletter_subscriptions.tpl (+1 -1) templates/mail: confirm_newsletter_subscription.tpl (+4 -4), newsletter_byebye.tpl (+4 -4), newsletter_welcome.tpl (+5 -5) | |
sylvieg 6/7/03 6:45 AM |
Correct a debug message |
1 lines of code changed in: lib/registration/registrationlib.php (+1 -1) | |
sylvieg 6/6/03 9:55 PM |
another release just in case somebody care...:-) |
986 lines of code changed in: lang/fr/language.php (+986 -377) | |
sylvieg 6/6/03 6:56 PM |
more directories are scanned add a comment at the end of the potential not used strings find strings introduced by "tra('" and "tra ("".... |
66 lines of code changed in: get_strings.php (+66 -50) | |
sylvieg 6/6/03 6:09 PM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-view_forum.tpl (+1 -1) | |
sylvieg 6/5/03 2:16 PM |
missing {tr} tags |
2 lines of code changed in: templates/tiki-user_bookmarks.tpl (+2 -2) | |
sylvieg 6/5/03 2:00 PM |
missing {tr} tags |
2 lines of code changed in: templates/tiki-live_support_admin.tpl (+2 -2) | |
sylvieg 6/5/03 1:50 PM |
missing {tr} tags |
2 lines of code changed in: templates/tiki-live_support_console.tpl (+2 -2) | |
sylvieg 6/5/03 1:24 PM |
missing {tr} tags |
3 lines of code changed in: templates/tiki-adminusers.tpl (+3 -3) | |
sylvieg 6/5/03 1:13 PM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-adminusers.tpl (+1 -1) | |
sylvieg 6/5/03 12:16 PM |
html alt tag value surrounding with double quotes to have simple quote in the value |
3 lines of code changed in: templates/tiki-admin_forums.tpl (+3 -3) | |
lrargerich 6/5/03 11:02 AM |
Bugfixes |
117 lines of code changed in: tiki-index_raw.php (+1 -1), lib/registration/registrationlib.php (+116 -112) | |
lrargerich 6/5/03 8:54 AM |
Blogs are now WAP/PDA enabled |
65 lines of code changed in: tiki-eph.php (+1 -1), tiki-list_blogs.php (+24), tiki-view_blog.php (+20), tiki-view_blog_post.php (+13), tiki-wap.php (+7 -1) | |
lrargerich 6/5/03 8:35 AM |
Bugfixing |
15 lines of code changed in: tiki-login.php (+15 -8) | |
sylvieg 6/3/03 5:45 PM |
missing {tr} tags |
2 lines of code changed in: templates: tiki-old_polls.tpl (+1 -1), tiki-poll_form.tpl (+1 -1) | |
sylvieg 6/3/03 3:09 PM |
Corrections |
177 lines of code changed in: lang/fr/language.php (+177 -162) | |
sylvieg 6/3/03 3:07 PM |
missing {tr} tags |
2 lines of code changed in: templates/tiki-view_faq.tpl (+2 -2) | |
sylvieg 6/3/03 3:00 PM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-faq_questions.tpl (+1 -1) | |
sylvieg 6/3/03 2:36 PM |
missing {tr} tags |
2 lines of code changed in: templates: tiki-theme_control_objects.tpl (+1 -1), tiki-theme_control_sections.tpl (+1 -1) | |
sylvieg 6/3/03 2:03 PM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-directory_admin_related.tpl (+1 -1) | |
sylvieg 6/3/03 1:28 PM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-edit_quiz_questions.tpl (+1 -1) | |
sylvieg 6/3/03 1:05 PM |
missing {tr} tags |
2 lines of code changed in: templates/tiki-edit_quiz.tpl (+1 -1) | |
lrargerich 6/2/03 4:49 PM |
Bugfixing |
1008 lines of code changed in: tiki-notepad_read.php (+88 -88), tiki-pv_chart.php (+2), tiki-searchresults.php (+6), tiki-ws_client.php (+2 -3), tiki-ws_server.php (+1 -1), db/tiki_1.6to1.7.sql (+1 -1) lib: commentslib.php (+1 -1), searchlib.php (+8), tikilib.php (+1), userslib.php (+1 -1) lib/hawhaw: hawhaw.inc (+393 -277), hawiki.inc (+495 -265) templates: tiki-admin_forums.tpl (+1 -1), tiki-admin_modules.tpl (+2 -2), tiki-searchresults.tpl (+6 -2) | |
sylvieg 6/2/03 3:28 PM |
feu.org update |
91 lines of code changed in: lang/fr/language.php (+91 -91) | |
redflo 5/31/03 6:04 PM |
PDF: 32% done: added missing template. |
106 lines of code changed in: templates/tiki-config_pdf.tpl (new 106) | |
lrargerich 5/30/03 5:38 PM |
Webservices (SOAP) started |
10149 lines of code changed in: tiki-view_blog_post.php (+1 -1), tiki-ws_client.php (new 10), tiki-ws_server.php (new 59), Smarty/plugins/function.elapsed.php (+1 -1), templates/comments.tpl (+2 -2) lib/pear/HTTP: Request.php (new 805), docs/example.php (new 56) lib/pear/NET: DIME.php (new 0), Socket.php (new 0), URL.php (new 0) lib/pear/SOAP: Base.php (new 1065), Client.php (new 613), Disco.php (new 356), Fault.php (new 133), Parser.php (new 510), Server.php (new 627), Transport.php (new 67), Value.php (new 214), WSDL.php (new 1409), tools/genproxy.php (new 21) lib/pear/SOAP/Server: Email.php (new 208), Email_Gateway.php (new 142), TCP.php (new 111) lib/pear/SOAP/Transport: HTTP.php (new 519), SMTP.php (new 216), TCP.php (new 149) lib/pear/SOAP/Type: dateTime.php (new 154), duration.php (new 165), hexBinary.php (new 46) lib/pear/SOAP/example: attachment.php (new 26), client.php (new 97), com_client.php (new 57), disco_server.php (new 238), email_client.php (new 50), email_gateway.php (new 48), email_pop_gateway.php (new 70), email_pop_server.php (new 72), email_server.php (new 56), example_server.php (new 155), example_types.php (new 39), server.php (new 49), server2.php (new 64), smtp.php (new 32), stockquote.php (new 55), tcp_client.php (new 44), tcp_daemon.pl (new 0), tcp_server.php (new 35), wsdl_client.php (new 83) lib/pear/SOAP/example/amazon: amazon.php (new 146), amazon_modes.php (new 338), amazon_soap.php (new 152), amazon_types.php (new 283), config.php.dist (new 0), index.php (new 14), modes.php (new 287) | |
lrargerich 5/30/03 2:44 PM |
Minor chgs |
23 lines of code changed in: messu-read.php (+1 -1), tiki-stats.php (+3 -1), tiki-usermenu.php (+2 -1), lib/tikilib.php (+1 -1), styles/neat.css (changed) templates: tiki-show_page.tpl (+2 -2), tiki-stats.tpl (+1 -1), tiki-usermenu.tpl (+3 -3) templates/styles/neat: tiki-show_page.tpl (+5 -5), tiki.tpl (+4 -2), modules/mod-application_menu.tpl (+1 -12) | |
ohertel 5/30/03 12:41 PM |
folder icon instead of [-][+] configurable in admin/general now, folder icon replaced with an open/closed version... (icon change not yet implemented), menu style replacement working for user menus too |
35 lines of code changed in: tiki-admin.php (+8), tiki-setup.php (+1 -1), lang/de/language.php (+1) templates: tiki-admin-include-general.tpl (+1), tiki-user_menu.tpl (+6 -3), modules/mod-application_menu.tpl (+18 -18) | |
ingesol 5/30/03 11:51 AM |
Added go back link to return to the page that caused the error, uses standard javascript history.back(). |
110 lines of code changed in: templates/styles: bluegreen/error.tpl (+48 -47), boreal/error.tpl (+1), codex/error.tpl (+3 -1), dblue/error.tpl (+1), default/error.tpl (+1), default2/error.tpl (+1), elegant/error.tpl (+1), jalist/error.tpl (+1), jalist2/error.tpl (+1), neat/error.tpl (+1), subsilver/error.tpl (+1), tceti/error.tpl (+1), tranquil/error.tpl (+1), whitebluegrey/error.tpl (+48 -47) | |
ingesol 5/30/03 11:24 AM |
Added a "Go back" link, to return to the page causing the error. Uses standard javascript history.back(). |
1 lines of code changed in: templates/error.tpl (+1) | |
lrargerich 5/30/03 11:18 AM |
New theme (neat) improved |
673 lines of code changed in: styles/neat.css (changed), templates/tiki-page_bar.tpl (+2 -1) templates/styles/neat: tiki-show_page.tpl (new 192), tiki-top_bar.tpl (new 1), tiki.tpl (+52 -7), modules/mod-application_menu.tpl (new 426) | |
lrargerich 5/30/03 8:38 AM |
Prevent script/robotic registration feaure added. |
166 lines of code changed in: changelog.txt (+4), tiki-admin.php (+9 -1), tiki-random_num_img.php (new 24), tiki-register.php (+8), tiki-setup.php (+2) templates: tiki-admin-include-login.tpl (+110 -109), tiki-register.tpl (+9) | |
sylvieg 5/30/03 7:08 AM |
corrections |
106 lines of code changed in: lang/fr/language.php (+106 -66) | |
redflo 5/30/03 12:58 AM |
PDF: 31% done :-) |
7 lines of code changed in: lib/pdflib/pdflib.php (+7 -7) | |
redflo 5/30/03 12:52 AM |
PDF: 30% done. |
173 lines of code changed in: tiki-admin_cookies.php (+2 -2), tiki-config_pdf.php (new 113), tiki-export_pdf.php (+56 -13), lib/pdflib/pdflib.php (+1 -2), templates/tiki-show_page.tpl (+1 -1) | |
ohertel 5/29/03 7:41 PM |
missing space char added |
1 lines of code changed in: templates/tiki-minical.tpl (+1 -1) | |
ohertel 5/29/03 7:13 PM |
menu style 'folder like' added. manual activation needed yet. |
132 lines of code changed in: tiki-setup.php (+2), lib/tiki-js.js (+19 -10), templates/modules/mod-application_menu.tpl (+111 -33) | |
ohertel 5/29/03 5:37 PM |
german translations |
8 lines of code changed in: lang/de/language.php (+8 -8) | |
ohertel 5/29/03 5:26 PM |
german translations (live support / banning) |
31 lines of code changed in: lang/de/language.php (+30 -4), templates/tiki-live_support_admin.tpl (+1 -1) | |
lrargerich 5/29/03 2:42 PM |
New theme added: neat |
679 lines of code changed in: changelog.txt (+7), tiki-index.php (+27 -1), tiki-index_p.php (+20), tiki-index_raw.php (+21), tiki-slideshow.php (+11 -3), db/tiki_1.6to1.7.sql (+1), styles/neat.css (new 0) lib: tikilib.php (+4), articles/artlib.php (+6 -1), blogs/bloglib.php (+6 -1), wiki/wikilib.php (+17) styles/neat: addFavorite.gif (new 0), document_icon.gif (new 0), folder_icon.gif (new 0), linkOpaque.gif (new 0), linkTransparent.gif (new 0), logoIcon.gif (new 0), print_icon.gif (new 0), user.gif (new 0) templates: comments.tpl (+104 -116), tiki-browse_gallery.tpl (+4 -4), tiki-browse_image.tpl (+29 -19), tiki-edit_help.tpl (+1), tiki-galleries.tpl (+11 -11), tiki-index_p.tpl (+16 -1), tiki-list_blogs.tpl (+3 -3), tiki-list_file_gallery.tpl (+3 -2), tiki-show_page.tpl (+17 -2), tiki-view_chart.tpl (+113 -111), tiki-view_chart_item.tpl (+82 -67), tiki-view_faq.tpl (+1 -1), tiki-view_forum.tpl (+2 -2), tiki-view_forum_thread.tpl (+12 -12) templates/styles/neat: error.tpl (new 55), tiki-print.tpl (new 8), tiki-print_article.tpl (new 39), tiki-print_multi_pages.tpl (new 10), tiki.tpl (new 49) | |
redflo 5/28/03 11:17 PM |
typo |
0 lines of code changed in: tiki-setup.php (-3) | |
redflo 5/28/03 10:34 PM |
Added pdf button |
41 lines of code changed in: tiki-admin.php (+9 -1), tiki-export_pdf.php (+23 -3), tiki-setup.php (+1), img/icons/ico_pdf.gif (new 0), lib/pdflib/class.pdf.php (+2 -2) templates: tiki-admin-include-wiki-features.tpl (+1), tiki-admin-include-wiki.tpl (+1), tiki-show_page.tpl (+4) | |
sylvieg 5/28/03 3:20 PM |
missing {tr} tags |
7 lines of code changed in: templates: tiki-edit_banner.tpl (+3 -3), tiki-list_surveys.tpl (+1 -1), tiki-notepad_list.tpl (+1 -1), tiki-survey_stats_survey.tpl (+2 -2) | |
sylvieg 5/28/03 3:10 PM |
missing {tr} tags |
2 lines of code changed in: templates: tiki-list_quizzes.tpl (+1 -1), tiki-user_preferences.tpl (+1 -1) | |
sylvieg 5/28/03 2:50 PM |
missing {tr} tags |
1 lines of code changed in: tiki-edit_blog.php (+1 -1) | |
sylvieg 5/28/03 2:24 PM |
missing {tr} tags |
5 lines of code changed in: templates: tiki-admin_trackers.tpl (+1 -1), tiki-list_trackers.tpl (+1 -1), tiki-referer_stats.tpl (+1 -1), tiki-search_stats.tpl (+1 -1), tiki-view_tracker.tpl (+1 -1) | |
sylvieg 5/28/03 1:54 PM |
missing {tr} tags |
3 lines of code changed in: templates/tiki-list_file_gallery.tpl (+3 -3) | |
sylvieg 5/28/03 1:36 PM |
missing {tr} tags |
1 lines of code changed in: templates/tiki-file_galleries.tpl (+1 -1) | |
sylvieg 5/28/03 1:31 PM |
missing {tr} tag |
1 lines of code changed in: templates/tiki-pagepermissions.tpl (+1 -1) | |
lrargerich 5/28/03 11:52 AM |
Wiki Structures improved (export all pages in a structure, export structure tree and create structure from tree supported) |
118 lines of code changed in: tiki-admin_structures.php (+34), lib/structures/structlib.php (+59), templates/tiki-admin_structures.tpl (+25 -4) | |
ingesol 5/28/03 10:42 AM |
Added a link to messu-mailbox.php, so now a users is sent to the inbox when clicking on the module's text. |
3 lines of code changed in: templates/modules/mod-messages_unread_messages.tpl (+3 -1) | |
sylvieg 5/27/03 10:41 PM |
Corrected to France French... |
2186 lines of code changed in: lang/fr/language.php (+2186 -2152) | |
lrargerich 5/27/03 5:33 PM |
Refactoring |
356 lines of code changed in: tiki-backlinks.php (+2 -1), tiki-index.php (+2 -2), tiki-index_p.php (+2 -2), tiki-index_raw.php (+5 -2), tiki-lastchanges.php (+2 -1), tiki-likepages.php (+2 -1), tiki-modules.php (-2), tiki-pagehistory.php (+5 -5), tiki-pdf.php (+5 -2), tiki-print.php (+2 -2), tiki-rollback.php (+2 -2), tiki-setup.php (-1), tiki-setup_base.php (+1 -1), tiki-userversions.php (+1 -1), tiki-wiki_rss.php (+2 -2) lib: commentslib.php (+1 -2), tikilib.php (+4 -227), userslib.php (+2), Galaxia/img/icons/Thumbs.db (changed) lib/wiki: exportlib.php (+63 -39), histlib.php (+81), wikilib.php (+63) templates: tiki-admin_html_pages.tpl (+1 -1), tiki-admin_surveys.tpl (+16 -10), tiki-admin_trackers.tpl (+7 -7), tiki-directory_admin_categories.tpl (+3 -3), tiki-directory_admin_sites.tpl (+3 -3), tiki-directory_validate_sites.tpl (+4 -4), tiki-edit_submission.tpl (+1), tiki-faq_questions.tpl (+17 -18), tiki-file_galleries.tpl (+10 -5), tiki-galleries.tpl (+4), tiki-list_blogs.tpl (+1 -1), tiki-list_faqs.tpl (+13 -32), tiki-list_file_gallery.tpl (+1 -5), tiki-list_gallery.tpl (+1 -4), tiki-list_surveys.tpl (+2 -2), tiki-list_trackers.tpl (+2 -2), tiki-view_forum.tpl (+7), tiki-view_forum_thread.tpl (+7), tiki-view_tracker.tpl (+9 -3) | |
Generated by StatCvs v0.1.3