.. |
php_compat
|
- added compatibility function file_put_contents
|
2008-02-27 02:22:19 +00:00 |
smarty
|
- index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go smarty
|
2008-03-01 13:12:07 +00:00 |
ws_protocols
|
- some code refactoring before upgrade to utf (only cosmetic at this point...)
|
2007-10-08 23:46:09 +00:00 |
calendar_base.class.php
|
- index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go smarty
|
2008-03-01 13:12:07 +00:00 |
calendar_monthly.class.php
|
- upload.tpl goes smarty
|
2008-03-08 01:38:37 +00:00 |
calendar_weekly.class.php
|
Update svn properties (svn:eol-style and svn:keywords)
|
2007-03-16 06:30:07 +00:00 |
category_cats.inc.php
|
- remove $conf['subcatify'] (it was my reqquest to Pierrick when plugins were not available; now it can be done through plugin)
|
2008-03-11 02:04:27 +00:00 |
category_default.inc.php
|
- remove $conf['subcatify'] (it was my reqquest to Pierrick when plugins were not available; now it can be done through plugin)
|
2008-03-11 02:04:27 +00:00 |
class_smtp_mail.inc.php
|
Resolved issue 0000815: Email format standardization
|
2008-03-18 22:02:33 +00:00 |
common.inc.php
|
- remove compatibility with old template ...
|
2008-03-23 00:04:46 +00:00 |
config_default.inc.php
|
Resolved issue 0000815: Email format standardization
|
2008-03-18 22:02:33 +00:00 |
constants.php
|
Corrections in plugins management.
|
2008-03-07 17:15:46 +00:00 |
feedcreator.class.php
|
- an optimization of a Mysql query for tags (oddly but it's faster)
|
2008-04-04 19:47:07 +00:00 |
filter.inc.php
|
Change initialization of $filter in order to prevent of problem with some systems
|
2007-09-29 22:36:00 +00:00 |
functions.inc.php
|
- upload.tpl goes smarty
|
2008-03-08 01:38:37 +00:00 |
functions_calendar.inc.php
|
- index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go smarty
|
2008-03-01 13:12:07 +00:00 |
functions_category.inc.php
|
- remove compatibility with old template ...
|
2008-03-23 00:04:46 +00:00 |
functions_comment.inc.php
|
Send comment notification only if comment is not validated and $conf is true.
|
2007-11-20 22:30:58 +00:00 |
functions_cookie.inc.php
|
Issue 0000619: bad result of cookie_path() function
|
2007-05-14 21:08:53 +00:00 |
functions_filter.inc.php
|
Update svn properties (svn:eol-style and svn:keywords)
|
2007-03-16 06:30:07 +00:00 |
functions_group.inc.php
|
- improvement: long localized messages are in HTML files instead of $lang
|
2005-09-14 21:57:05 +00:00 |
functions_html.inc.php
|
- remove compatibility with old template ...
|
2008-03-23 00:04:46 +00:00 |
functions_mail.inc.php
|
Resolved issue 0000815: Email format standardization
|
2008-03-18 22:02:33 +00:00 |
functions_metadata.inc.php
|
- RSS feed is PWG charset
|
2007-10-09 22:43:09 +00:00 |
functions_notification.inc.php
|
merge -r 2158 from branch-1_7 to trunk
|
2007-11-01 23:08:27 +00:00 |
functions_picture.inc.php
|
Resolved issue 0000807: New slideshow features
|
2008-02-27 20:25:18 +00:00 |
functions_plugins.inc.php
|
Plugins: new way of adding links and content to administration pages...
|
2007-01-09 11:38:54 +00:00 |
functions_rate.inc.php
|
merge -r 2099 from branch-1_7 to trunk + fix typo (replace get_cookie_var with set_cookie_var)
|
2007-09-20 04:33:10 +00:00 |
functions_search.inc.php
|
- quick search optimizations (less queries)
|
2007-10-16 01:46:09 +00:00 |
functions_session.inc.php
|
Issue 0000684: History [Search] - Add a thumbnail display
|
2007-05-01 13:57:52 +00:00 |
functions_tag.inc.php
|
bug 376: improved get_available_tags sql queries for large databases
|
2007-09-12 03:37:01 +00:00 |
functions_url.inc.php
|
Merge from revision 2228.
|
2008-02-29 13:10:58 +00:00 |
functions_user.inc.php
|
- security fix (profile)
|
2008-03-08 12:38:09 +00:00 |
functions_xml.inc.php
|
Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronization
|
2008-02-16 13:27:50 +00:00 |
index.php
|
Update index.php header.
|
2007-03-16 06:15:27 +00:00 |
menubar.inc.php
|
- minor language changes and use template->assign instead of template->assign_var
|
2008-03-21 01:01:25 +00:00 |
page_header.php
|
header.tpl goes smart
|
2008-03-02 00:29:27 +00:00 |
page_tail.php
|
- admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)
|
2008-03-20 00:35:36 +00:00 |
picture_comment.inc.php
|
picture, footer and picture modify template migration
|
2008-02-29 01:25:13 +00:00 |
picture_metadata.inc.php
|
picture, footer and picture modify template migration
|
2008-02-29 01:25:13 +00:00 |
picture_rate.inc.php
|
picture, footer and picture modify template migration
|
2008-02-29 01:25:13 +00:00 |
section_init.inc.php
|
- an optimization of a Mysql query for tags (oddly but it's faster)
|
2008-04-04 19:47:07 +00:00 |
template.class.php
|
- remove compatibility with old template ...
|
2008-03-23 00:04:46 +00:00 |
user.inc.php
|
Resolved issue 0000784: Mail notification disabled on register user
|
2007-12-11 06:10:38 +00:00 |
ws_core.inc.php
|
merge r2052 from branch-1_7 to trunk
|
2007-07-07 02:10:11 +00:00 |
ws_functions.inc.php
|
- fix plugin menu link broken with xamp (realpath behaves differently)
|
2007-10-12 03:27:34 +00:00 |