aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 2978: remove useless sprintf in the coremistic1002013-10-196-14/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2978: l10n() and {translate} with additional arguments mistic1002013-10-192-13/+36
| | | | | | TODO: apply in core git-svn-id: http://piwigo.org/svn/trunk@24988 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r24967 from branch 2.5 to trunkplegall2013-10-171-3/+19
| | | | | | | | | bug 2973 fixed: automatically use encoding windows-1252 instead of iso-8859-1 (unless we find utf-8 signs) on IPTC before converting to utf-8 git-svn-id: http://piwigo.org/svn/trunk@24968 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused css rules, password recover form has a fieldset as all other ↵rvelices2013-10-171-8/+5
| | | | | | forms, no exit if mail send fails git-svn-id: http://piwigo.org/svn/trunk@24966 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2965: move phpmailer files in a specific directoryplegall2013-10-174-185/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@24953 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2965: move phpmailer files in a specific directoryplegall2013-10-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@24952 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).plegall2013-10-175-104/+4411
| | | | | | | | | | | | | Based on patch by msakik. function pwg_send_mail no longer used (all is done in pwg_mail) new param $conf['smtp_secure'] work still in progress, some obsolete code must be removed git-svn-id: http://piwigo.org/svn/trunk@24951 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2816: {strip} removes too much things, fixed again for smarty 3mistic1002013-10-121-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@24877 68402e56-0260-453c-a942-63ccdbb3a9ee
* make get_query_string_diff compatible with arrays and use build-in functionsmistic1002013-10-101-16/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@24833 68402e56-0260-453c-a942-63ccdbb3a9ee
* add function conf_delete_parammistic1002013-09-051-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@24350 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2865: correct handle of sockets for mysqlimistic1002013-09-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@24346 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2950 add function request_plugin_update()mistic1002013-08-141-0/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@24160 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2947 rewrite format_date() and time_since() with DateTime class + new ↵mistic1002013-08-011-79/+138
| | | | | | parameters git-svn-id: http://piwigo.org/svn/trunk@24099 68402e56-0260-453c-a942-63ccdbb3a9ee
* add mandatory option for check_input_parametermistic1002013-07-211-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@24009 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2941: add trigger on get_webmaster_mail_addressplegall2013-07-091-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@23887 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2939 switch_lang_to() must reload plugins filesmistic1002013-07-072-2/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@23823 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2933 make plain url when picture_url_style='id-file'mistic1002013-07-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@23822 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC ↵mistic1002013-07-061-5/+5
| | | | | | keyword (+ migration task) git-svn-id: http://piwigo.org/svn/trunk@23813 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2931: photos sort order, "default" is meaningless (fix again when order ↵rvelices2013-07-011-5/+5
| | | | | | contains " ASC") git-svn-id: http://piwigo.org/svn/trunk@23721 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace the language_prefilter with a postfilter (now that smarty has ↵rvelices2013-06-301-13/+10
| | | | | | modifiercompiler feature, there is no need for prefilter) git-svn-id: http://piwigo.org/svn/trunk@23688 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix missing prev/next nav items in the calendar view (Smarty ↵rvelices2013-06-271-5/+5
| | | | | | get_template_vars by reference not working anymore) git-svn-id: http://piwigo.org/svn/trunk@23618 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix define_derivative (matter of smarty3 variable scope)rvelices2013-06-271-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@23588 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r23498 from branch 2.5 to trunkplegall2013-06-241-0/+4
| | | | | | | | feature 2929: strip metadata on configurable threshold git-svn-id: http://piwigo.org/svn/trunk@23499 68402e56-0260-453c-a942-63ccdbb3a9ee
* Smart 3 - fix per handle prefiltersrvelices2013-06-241-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@23495 68402e56-0260-453c-a942-63ccdbb3a9ee
* Smarty EOL style LF svn propertyrvelices2013-06-2332-3803/+3803
| | | | git-svn-id: http://piwigo.org/svn/trunk@23485 68402e56-0260-453c-a942-63ccdbb3a9ee
* Smarty3 added 'translate_dec' compilermodifier (generated code is a lot ↵rvelices2013-06-231-4/+32
| | | | | | better than $pwg->l10n_dec) git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2858: Smarty3 fix php warnings, concat, used modifier on arrayrvelices2013-06-211-42/+51
| | | | git-svn-id: http://piwigo.org/svn/trunk@23425 68402e56-0260-453c-a942-63ccdbb3a9ee
* smarty 3 - first pass for tests rvelices2013-06-20174-9519/+26437
| | | | git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add trigger "load_conf" at the end of load_conf_from_db()mistic1002013-06-191-0/+2
| | | | | | not usable for the first call in common.inc.php (plugins not loaded) git-svn-id: http://piwigo.org/svn/trunk@23372 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2855flop252013-06-161-0/+7
| | | | | | | new otpion "inherit" for create_virtual_category(), and $conf['inheritance_by_default'] = false; ToDo: album registred from Ftp git-svn-id: http://piwigo.org/svn/trunk@23272 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2785 Improve template method to sort actions buttonsmistic1002013-06-161-8/+15
| | | | | | + add default rank = 50 git-svn-id: http://piwigo.org/svn/trunk@23263 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2926 add option to hide API methods to reflection.getMethodList mistic1002013-06-161-14/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@23261 68402e56-0260-453c-a942-63ccdbb3a9ee
* set trunk version to 2.6.0beta1mistic1002013-06-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@23217 68402e56-0260-453c-a942-63ccdbb3a9ee
* nicer urls when used over httpsrvelices2013-06-131-2/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@23187 68402e56-0260-453c-a942-63ccdbb3a9ee
* combine_script recognizes path starting with // as absolute urlsrvelices2013-06-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@23184 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r23059 from branch 2.5 to trunkplegall2013-06-051-0/+1
| | | | | | | | | | bug 2917 fixed: invalidate user cache each time pwg.images.delete is called, to avoid blocking errors on gallery side if deleted photo is set as album thumbnail. git-svn-id: http://piwigo.org/svn/trunk@23060 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2097: wrong number of sub-albumsrvelices2013-05-262-88/+54
| | | | | | bug 2098: make number of direct sub-albums available for each user git-svn-id: http://piwigo.org/svn/trunk@22879 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2900: Improve web service output rvelices2013-05-184-275/+158
| | | | git-svn-id: http://piwigo.org/svn/trunk@22729 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22660 from branch 2.5 to trunkplegall2013-05-142-8/+25
| | | | | | | | feature 2899: ability to allow HTML in EXIF/IPTC (disabled by default) git-svn-id: http://piwigo.org/svn/trunk@22661 68402e56-0260-453c-a942-63ccdbb3a9ee
* correction of rev:21515flop252013-05-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@22653 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - add new site br.piwigo.orgddtddt2013-05-091-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@22570 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2896 - thumbnail title fix (use $comment parameter + no double ↵rvelices2013-05-071-3/+3
| | | | | | htmlspecialchars) git-svn-id: http://piwigo.org/svn/trunk@22520 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2896flop252013-05-061-2/+2
| | | | | | | debugg the empty() adding htmlspecialchars(strip_tags()) before the truncature in order to avoid blanks, if the description has html/ExtendedDescription tags git-svn-id: http://piwigo.org/svn/trunk@22518 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2896flop252013-05-061-0/+1
| | | | | | | thx to Kaare apply render_element_description inside get_thumbnail_title() git-svn-id: http://piwigo.org/svn/trunk@22505 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22301 from branch 2.5 to trunkplegall2013-04-191-1/+11
| | | | | | | | | bug 2892 fixed: no more error when tag_ids input parameter is empty (but provided) on pwg.images.setInfo. git-svn-id: http://piwigo.org/svn/trunk@22302 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22282 from branch 2.5 to trunkplegall2013-04-181-12/+5
| | | | | | | bug 2891 fixed: pure root_url on Home link in breadcrumb git-svn-id: http://piwigo.org/svn/trunk@22283 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22280 from branch 2.5 to trunkplegall2013-04-181-1/+1
| | | | | | | | bug 2864 fixed: avoid warning on /dev/urandom with open_basedir restriction git-svn-id: http://piwigo.org/svn/trunk@22281 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22183 from branch 2.5 to trunkplegall2013-04-121-1/+1
| | | | | | | typo fixed in code comment git-svn-id: http://piwigo.org/svn/trunk@22184 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22181 from branch 2.5 to trunkplegall2013-04-121-1/+22
| | | | | | | bug 2865: mysqli can now handle socket and specific port number git-svn-id: http://piwigo.org/svn/trunk@22182 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix quick search php warnings in some very rare casesrvelices2013-04-121-5/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@22175 68402e56-0260-453c-a942-63ccdbb3a9ee