| Commit message (Expand) | Author | Age | Files | Lines |
* | merge r27810 from branch 2.6 to trunk | plegall | 2014-03-17 | 3 | -0/+35 |
* | merge r27715 from branch 2.6 to trunk | plegall | 2014-03-12 | 1 | -0/+2 |
* | removed unnecessary by ref parameters + do not define IN_ADMIN on ws method | rvelices | 2014-03-11 | 1 | -7/+6 |
* | remove "virtual" namespaces (or whatever it's called) in emogrifier | mistic100 | 2014-02-18 | 1 | -4/+4 |
* | update emogrifier | mistic100 | 2014-02-18 | 2 | -247/+508 |
* | more query2array and remove unnecessary tests in often called url functions | rvelices | 2014-02-16 | 2 | -32/+13 |
* | web service always return pwg version (allow in the future mobile apps to mai... | rvelices | 2014-02-13 | 1 | -11/+2 |
* | remove prehistoric unnecessary object references | rvelices | 2014-02-13 | 1 | -15/+13 |
* | more query2array | rvelices | 2014-02-13 | 6 | -39/+15 |
* | feature 2999: (incomplete) doc of mysqli functions | mistic100 | 2014-02-11 | 1 | -85/+117 |
* | arrayfromquery optimizations: move double if from inside loop to outside + us... | rvelices | 2014-02-11 | 6 | -131/+192 |
* | small optim on events trigger when several handlers are registered (no more a... | rvelices | 2014-02-11 | 1 | -3/+5 |
* | feature 3043: Add event to allow calculation of rating score with a different... | rvelices | 2014-02-09 | 1 | -0/+5 |
* | feature 3041: Give include path to add_event_handler | mistic100 | 2014-02-06 | 1 | -32/+50 |
* | PluginMaintain is not abstract anymore, allowing partial declaration | mistic100 | 2014-02-05 | 1 | -18/+12 |
* | remove Smarty backward compatible class (pre Smarty3) | rvelices | 2014-02-04 | 1 | -3/+2 |
* | remove PHP < 5.2 code | mistic100 | 2014-02-04 | 2 | -38/+8 |
* | removed functions provided for php backward compatibility as 5.2 is now required | rvelices | 2014-02-03 | 5 | -158/+0 |
* | required PHP version is 5.2 | plegall | 2014-01-31 | 1 | -1/+1 |
* | next version is 2.7.0beta1 | plegall | 2014-01-31 | 1 | -1/+1 |
* | str2DateTime return false on empty input | mistic100 | 2014-01-29 | 1 | -4/+8 |
* | replace more preg_replace callback | mistic100 | 2014-01-26 | 1 | -6/+14 |
* | merge r26952 from branch 2.6 to trunk | plegall | 2014-01-24 | 1 | -1/+1 |
* | feature 3031: add $conf['sync_exclude_folders'] parameter | mistic100 | 2014-01-23 | 1 | -0/+3 |
* | bug 3029: XSS on website_url comment form | mistic100 | 2014-01-23 | 1 | -0/+2 |
* | bug 3027: Fatal error on Configuration->Options->Photo size | mistic100 | 2014-01-22 | 1 | -3/+2 |
* | bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be comp... | mistic100 | 2014-01-18 | 1 | -1/+1 |
* | bug 3024: Warning: array_merge(): Argument 1 is not an array on template.clas... | mistic100 | 2014-01-18 | 1 | -12/+28 |
* | bug 3023: Fatal error when using trigger_notify/trigger_change on PHP < 5.3 | mistic100 | 2014-01-18 | 1 | -2/+4 |
* | admin rating improvements | rvelices | 2014-01-17 | 1 | -0/+4 |
* | next release is 2.6.0 (be ready) | plegall | 2014-01-17 | 1 | -1/+1 |
* | bug 3020 and bug 3021 fixed: additionnal checks in search inputs | plegall | 2014-01-17 | 1 | -0/+6 |
* | bug 2963: Ability to create css/js smarty templates with caching (scripts was... | rvelices | 2014-01-14 | 1 | -3/+5 |
* | render_tag_name trigger transmit full tag data as second parameter | mistic100 | 2014-01-12 | 3 | -5/+5 |
* | use custom safe_version_compare instead of version_compare to handle versions... | mistic100 | 2014-01-09 | 2 | -2/+34 |
* | Update headers to 2014. Happy new year!! | mistic100 | 2014-01-05 | 64 | -64/+64 |
* | feature 2985: missing multiplier when comparing css orders | mistic100 | 2013-12-21 | 1 | -1/+1 |
* | add query2array function, aiming to replace hash_from_query, array_from_query... | mistic100 | 2013-12-20 | 1 | -0/+66 |
* | feature 1668: escape login and password in registration email | mistic100 | 2013-12-18 | 1 | -3/+3 |
* | invalidate_user_cache fix in web service method + do not invalidate user cach... | rvelices | 2013-12-16 | 1 | -0/+5 |
* | bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, pwg.groups.addU... | plegall | 2013-12-16 | 2 | -3/+9 |
* | feature 2869 added: support TIFF files on web upload (requires ext_imagick) | plegall | 2013-12-12 | 1 | -1/+4 |
* | fix cssmin issue: surrounding @ names with double quotes (W3C invalid and bre... | mistic100 | 2013-12-07 | 1 | -1/+1 |
* | feature 2999: finish documentation of template.class.php | mistic100 | 2013-12-07 | 1 | -33/+233 |
* | feature 2999: documentation of Template class, other classes of template.clas... | mistic100 | 2013-12-07 | 2 | -79/+325 |
* | feature 3009: Add 'latitude' and 'longitude' fields in images table | mistic100 | 2013-12-06 | 1 | -1/+46 |
* | FileCombiner does not try to change url of images embedded in base64 | mistic100 | 2013-12-06 | 1 | -5/+5 |
* | feature 2995: disable DOM parsing warnings | mistic100 | 2013-12-04 | 1 | -1/+9 |
* | feature 2999 : Documentation of menubar function and classes | mistic100 | 2013-12-01 | 2 | -40/+166 |
* | feature 2999 : Documentation of multisize classes | mistic100 | 2013-11-29 | 3 | -52/+348 |