..
dblayer
feature 2999: (incomplete) doc of mysqli functions
2014-02-11 22:12:57 +00:00
inflectors
bug 3056: quick search
2014-03-23 05:38:05 +00:00
php_compat
removed functions provided for php backward compatibility as 5.2 is now required
2014-02-03 21:15:19 +00:00
phpmailer
feature 2965: move phpmailer files in a specific directory
2013-10-17 13:25:12 +00:00
smarty
2816: {strip} removes too much things, fixed again for smarty 3
2013-10-12 11:14:07 +00:00
ws_functions
merge r27810 from branch 2.6 to trunk
2014-03-17 22:20:28 +00:00
ws_protocols
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
block.class.php
remove prehistoric unnecessary object references
2014-02-13 22:24:06 +00:00
calendar_base.class.php
more query2array
2014-02-13 22:21:12 +00:00
calendar_monthly.class.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
calendar_weekly.class.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
category_cats.inc.php
arrayfromquery optimizations: move double if from inside loop to outside + use directly mysqli calls to avoid function call overhead for every row retrieved from db
2014-02-11 21:47:44 +00:00
category_default.inc.php
more query2array
2014-02-13 22:21:12 +00:00
common.inc.php
removed functions provided for php backward compatibility as 5.2 is now required
2014-02-03 21:15:19 +00:00
config_default.inc.php
feature 3031: add $conf['sync_exclude_folders'] parameter
2014-01-23 19:29:42 +00:00
constants.php
required PHP version is 5.2
2014-01-31 14:47:47 +00:00
cssmin.class.php
fix cssmin issue: surrounding @ names with double quotes (W3C invalid and breaks animations on Firefox)
2013-12-07 22:36:24 +00:00
derivative.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
derivative_params.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
derivative_std_params.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
emogrifier.class.php
remove "virtual" namespaces (or whatever it's called) in emogrifier
2014-02-18 17:35:38 +00:00
feedcreator.class.php
filter.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions.inc.php
more query2array
2014-02-13 22:21:12 +00:00
functions_calendar.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions_category.inc.php
merge r27925 from branch 2.6 to trunk
2014-03-24 20:22:43 +00:00
functions_comment.inc.php
bug 3029: XSS on website_url comment form
2014-01-23 11:06:38 +00:00
functions_cookie.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions_filter.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions_html.inc.php
more query2array
2014-02-13 22:21:12 +00:00
functions_mail.inc.php
update emogrifier
2014-02-18 17:32:36 +00:00
functions_metadata.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions_notification.inc.php
more query2array
2014-02-13 22:21:12 +00:00
functions_picture.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions_plugins.inc.php
small optim on events trigger when several handlers are registered (no more array_slice inside the loop)
2014-02-11 21:45:55 +00:00
functions_rate.inc.php
feature 3043: Add event to allow calculation of rating score with a different algorithm
2014-02-09 20:46:06 +00:00
functions_search.inc.php
bug 3056: quick search
2014-03-23 05:38:05 +00:00
functions_session.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
functions_tag.inc.php
arrayfromquery optimizations: move double if from inside loop to outside + use directly mysqli calls to avoid function call overhead for every row retrieved from db
2014-02-11 21:47:44 +00:00
functions_url.inc.php
more query2array and remove unnecessary tests in often called url functions
2014-02-16 07:39:19 +00:00
functions_user.inc.php
more query2array and remove unnecessary tests in often called url functions
2014-02-16 07:39:19 +00:00
index.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
jshrink.class.php
bug:2663 replace JSmin by JShrink
2012-12-26 11:39:32 +00:00
mdetect.php
bug:2687
2012-11-07 09:42:28 +00:00
menubar.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
no_photo_yet.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
page_header.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
page_tail.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
passwordhash.class.php
merge r22280 from branch 2.5 to trunk
2013-04-18 13:01:57 +00:00
picture_comment.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
picture_metadata.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
picture_rate.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
section_init.inc.php
arrayfromquery optimizations: move double if from inside loop to outside + use directly mysqli calls to avoid function call overhead for every row retrieved from db
2014-02-11 21:47:44 +00:00
template.class.php
remove Smarty backward compatible class (pre Smarty3)
2014-02-04 20:12:44 +00:00
user.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
ws_core.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00
ws_functions.inc.php
Update headers to 2014. Happy new year!!
2014-01-05 00:19:25 +00:00