aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature 2651: fallback language, failed when the "child" file does not existsmistic1002013-11-011-1/+30
* next version is 2.6.0beta2plegall2013-11-011-1/+1
* splits ws_functions.inc.php in 8 files + comments + code cleaningmistic1002013-11-0110-3773/+4350
* syntax error fixedplegall2013-11-011-1/+1
* feature 2976: add three methods for permissions managementmistic1002013-10-301-0/+206
* feature 1668, user manager redesign: ability to add a new user (call to pwg.u...plegall2013-10-302-34/+77
* private method becomes public (use in plugin)rvelices2013-10-301-1/+1
* add two extra param to render_element_description trigger: main_page_element_...mistic1002013-10-292-3/+3
* feature 2976: add 'display' parameter for pwg.users.getListmistic1002013-10-281-10/+69
* feature 2976: new options for pwg.users.setInfo + user_id can be an arraymistic1002013-10-281-45/+145
* feature 2976: can change user status and levelmistic1002013-10-241-4/+36
* feature 2976: API methods for users and groups managementmistic1002013-10-242-4/+467
* bug 2988: register_user() must returns new user id mistic1002013-10-242-26/+30
* two new options for API methods : 'admin_only' and 'post_only'mistic1002013-10-242-190/+14
* bug:2947 fix compatibility with PHP 5.2 and 5.3mistic1002013-10-241-22/+87
* feature 2978: error func_get_args(): Can't be used as a function parameter on...mistic1002013-10-241-1/+2
* feature:2982 API: add high-level type checkmistic1002013-10-222-239/+282
* fix parse error from r25018mistic1002013-10-201-1/+1
* add "abstract" keyword for API base classes + PwgRestRequestHandler inherits ...mistic1002013-10-202-6/+6
* replace some mass_updates/inserts by single_update/insertmistic1002013-10-192-35/+22
* remove all array_push (50% slower than []) + some changes missing for feature...mistic1002013-10-1919-127/+89
* feature 2978: remove useless sprintf in the coremistic1002013-10-196-14/+14
* feature 2978: l10n() and {translate} with additional arguments mistic1002013-10-192-13/+36
* merge r24967 from branch 2.5 to trunkplegall2013-10-171-3/+19
* removed unused css rules, password recover form has a fieldset as all other f...rvelices2013-10-171-8/+5
* feature 2965: move phpmailer files in a specific directoryplegall2013-10-174-185/+0
* feature 2965: move phpmailer files in a specific directoryplegall2013-10-171-1/+1
* feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).plegall2013-10-175-104/+4411
* 2816: {strip} removes too much things, fixed again for smarty 3mistic1002013-10-121-2/+2
* make get_query_string_diff compatible with arrays and use build-in functionsmistic1002013-10-101-16/+9
* add function conf_delete_parammistic1002013-09-051-0/+35
* bug 2865: correct handle of sockets for mysqlimistic1002013-09-051-1/+1
* feature:2950 add function request_plugin_update()mistic1002013-08-141-0/+38
* bug:2947 rewrite format_date() and time_since() with DateTime class + new par...mistic1002013-08-011-79/+138
* add mandatory option for check_input_parametermistic1002013-07-211-1/+6
* feature 2941: add trigger on get_webmaster_mail_addressplegall2013-07-091-0/+2
* bug:2939 switch_lang_to() must reload plugins filesmistic1002013-07-072-2/+18
* bug:2933 make plain url when picture_url_style='id-file'mistic1002013-07-071-1/+1
* bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC keyword...mistic1002013-07-061-5/+5
* bug 2931: photos sort order, "default" is meaningless (fix again when order ...rvelices2013-07-011-5/+5
* replace the language_prefilter with a postfilter (now that smarty has modifie...rvelices2013-06-301-13/+10
* fix missing prev/next nav items in the calendar view (Smarty get_template_var...rvelices2013-06-271-5/+5
* fix define_derivative (matter of smarty3 variable scope)rvelices2013-06-271-9/+9
* merge r23498 from branch 2.5 to trunkplegall2013-06-241-0/+4
* Smart 3 - fix per handle prefiltersrvelices2013-06-241-3/+3
* Smarty EOL style LF svn propertyrvelices2013-06-2332-3803/+3803
* Smarty3 added 'translate_dec' compilermodifier (generated code is a lot bette...rvelices2013-06-231-4/+32
* bug 2858: Smarty3 fix php warnings, concat, used modifier on arrayrvelices2013-06-211-42/+51
* smarty 3 - first pass for tests rvelices2013-06-20174-9519/+26437
* Add trigger "load_conf" at the end of load_conf_from_db()mistic1002013-06-191-0/+2