aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-28merge r27996 from branch 2.6 to trunkplegall1-1/+1
2014-03-24merge r27925 from branch 2.6 to trunkplegall1-0/+9
2014-03-23bug 3056: quick search rvelices3-7/+275
2014-03-22bug 3056: quick search OR operator priority taken into accountrvelices1-31/+102
2014-03-21bug 3056: Improve/rewrite quick search engine: by default AND is used to matc...rvelices1-285/+338
2014-03-17merge r27810 from branch 2.6 to trunkplegall3-0/+35
2014-03-12merge r27715 from branch 2.6 to trunkplegall1-0/+2
2014-03-11removed unnecessary by ref parameters + do not define IN_ADMIN on ws methodrvelices1-7/+6
2014-02-18remove "virtual" namespaces (or whatever it's called) in emogrifiermistic1001-4/+4
2014-02-18update emogrifiermistic1002-247/+508
2014-02-16more query2array and remove unnecessary tests in often called url functionsrvelices2-32/+13
2014-02-13web service always return pwg version (allow in the future mobile apps to mai...rvelices1-11/+2
2014-02-13remove prehistoric unnecessary object referencesrvelices1-15/+13
2014-02-13more query2arrayrvelices6-39/+15
2014-02-11feature 2999: (incomplete) doc of mysqli functionsmistic1001-85/+117
2014-02-11arrayfromquery optimizations: move double if from inside loop to outside + us...rvelices6-131/+192
2014-02-11small optim on events trigger when several handlers are registered (no more a...rvelices1-3/+5
2014-02-09feature 3043: Add event to allow calculation of rating score with a different...rvelices1-0/+5
2014-02-06feature 3041: Give include path to add_event_handlermistic1001-32/+50
2014-02-05PluginMaintain is not abstract anymore, allowing partial declarationmistic1001-18/+12
2014-02-04remove Smarty backward compatible class (pre Smarty3)rvelices1-3/+2
2014-02-04remove PHP < 5.2 codemistic1002-38/+8
2014-02-03removed functions provided for php backward compatibility as 5.2 is now requiredrvelices5-158/+0
2014-01-31required PHP version is 5.2plegall1-1/+1
2014-01-31next version is 2.7.0beta1plegall1-1/+1
2014-01-29str2DateTime return false on empty inputmistic1001-4/+8
2014-01-26replace more preg_replace callbackmistic1001-6/+14
2014-01-24merge r26952 from branch 2.6 to trunkplegall1-1/+1
2014-01-23feature 3031: add $conf['sync_exclude_folders'] parametermistic1001-0/+3
2014-01-23bug 3029: XSS on website_url comment form mistic1001-0/+2
2014-01-22bug 3027: Fatal error on Configuration->Options->Photo sizemistic1001-3/+2
2014-01-18bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be comp...mistic1001-1/+1
2014-01-18bug 3024: Warning: array_merge(): Argument 1 is not an array on template.clas...mistic1001-12/+28
2014-01-18bug 3023: Fatal error when using trigger_notify/trigger_change on PHP < 5.3 mistic1001-2/+4
2014-01-17admin rating improvementsrvelices1-0/+4
2014-01-17next release is 2.6.0 (be ready)plegall1-1/+1
2014-01-17bug 3020 and bug 3021 fixed: additionnal checks in search inputsplegall1-0/+6
2014-01-14bug 2963: Ability to create css/js smarty templates with caching (scripts was...rvelices1-3/+5
2014-01-12render_tag_name trigger transmit full tag data as second parametermistic1003-5/+5
2014-01-09use custom safe_version_compare instead of version_compare to handle versions...mistic1002-2/+34
2014-01-05Update headers to 2014. Happy new year!!mistic10064-64/+64
2013-12-21feature 2985: missing multiplier when comparing css ordersmistic1001-1/+1
2013-12-20add query2array function, aiming to replace hash_from_query, array_from_query...mistic1001-0/+66
2013-12-18feature 1668: escape login and password in registration emailmistic1001-3/+3
2013-12-16invalidate_user_cache fix in web service method + do not invalidate user cach...rvelices1-0/+5
2013-12-16bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, pwg.groups.addU...plegall2-3/+9
2013-12-12feature 2869 added: support TIFF files on web upload (requires ext_imagick)plegall1-1/+4
2013-12-07fix cssmin issue: surrounding @ names with double quotes (W3C invalid and bre...mistic1001-1/+1
2013-12-07feature 2999: finish documentation of template.class.phpmistic1001-33/+233
2013-12-07feature 2999: documentation of Template class, other classes of template.clas...mistic1002-79/+325