aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow TakeATour to exist in the public partflop252014-04-141-1/+1
| | | | | | typo fix in config.inc.php git-svn-id: http://piwigo.org/svn/trunk@28180 68402e56-0260-453c-a942-63ccdbb3a9ee
* lang key with an empty value are not displayedflop252014-04-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28171 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - fixesrvelices2014-04-131-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28165 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - better handling of short words and photo acronyms ↵rvelices2014-04-101-3/+22
| | | | | | such as AF-S EF-S X-E2 etc ... git-svn-id: http://piwigo.org/svn/trunk@28152 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - now tag search is the same as image search (full ↵rvelices2014-04-091-208/+89
| | | | | | text match or like operator) git-svn-id: http://piwigo.org/svn/trunk@28144 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - fix warning; better management of variants and ↵rvelices2014-04-081-42/+50
| | | | | | short words git-svn-id: http://piwigo.org/svn/trunk@28128 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 triggersflop252014-04-061-0/+2
| | | | | | todo update 2.6 branch and trigger list git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - added events for plugins; completed help filervelices2014-04-061-11/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@28092 68402e56-0260-453c-a942-63ccdbb3a9ee
* type error in prev commitrvelices2014-04-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28090 68402e56-0260-453c-a942-63ccdbb3a9ee
* when displaying iptc metadata, add a space between iptc keywords (if there ↵rvelices2014-04-052-3/+3
| | | | | | are many, the html line is unbreakable) git-svn-id: http://piwigo.org/svn/trunk@28089 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3069: add quick search as filter in batch managerrvelices2014-04-052-32/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - fixes and date range scopes (posted:2003 ↵rvelices2014-04-051-54/+152
| | | | | | posted:>2003 posted:*2003 posted:2003-05..20050312 etc) git-svn-id: http://piwigo.org/svn/trunk@28080 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3058: update mdetect for windows 8 mobile etc ...rvelices2014-04-041-269/+387
| | | | git-svn-id: http://piwigo.org/svn/trunk@28068 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - fixes and better numeric range searches examples:rvelices2014-04-041-7/+42
| | | | | | | | | | | ratio:0.9..1.1 ratio:0.9.. ratio:>0.9 ratio:<1.1 ratio:>3/2 ratio:16/9 git-svn-id: http://piwigo.org/svn/trunk@28066 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - rvelices2014-04-031-100/+282
| | | | | | | added scoped searches tag: photo: file: added range searches width:..1024 height: ratio: size: filesize: hits: score: git-svn-id: http://piwigo.org/svn/trunk@28065 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - fix + prepare for scoped/range searchesrvelices2014-04-031-19/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@28064 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r27996 from branch 2.6 to trunkplegall2014-03-281-1/+1
| | | | | | | | bug 3065 fixed: avoid SQL errors with external authentication git-svn-id: http://piwigo.org/svn/trunk@27997 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r27925 from branch 2.6 to trunkplegall2014-03-241-0/+9
| | | | | | | | | | bug 3057: avoid warnings and SQL crash when encountering inconsistent permissions + rewrite permissions consistancy check when setting albums to private status. git-svn-id: http://piwigo.org/svn/trunk@27926 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search rvelices2014-03-233-7/+275
| | | | | | | | - added inflectors for english and french languages - current quick search is kept in the quick search input box - small fixes git-svn-id: http://piwigo.org/svn/trunk@27884 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search OR operator priority taken into accountrvelices2014-03-221-31/+102
| | | | | | search for 'mary qwerty' will ignore 'qwerty' and return only results for 'mary' if there is no such thing as 'qwerty' in the photos (if there was 'mary' and 'qwerty', the results for both 'mary' AND 'qwerty' would be shown) git-svn-id: http://piwigo.org/svn/trunk@27882 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: Improve/rewrite quick search engine: by default AND is used to ↵rvelices2014-03-211-285/+338
| | | | | | | | match all entered terms, OR operator, grouping using brackets () still work in progress git-svn-id: http://piwigo.org/svn/trunk@27868 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r27810 from branch 2.6 to trunkplegall2014-03-173-0/+35
| | | | | | | | | | bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6 (pwg.groups.addUser, pwg.groups.deleteUser, pwg.groups.setInfo, pwg.users.add, pwg.users.setInfo, pwg.permissions.add, pwg.permissions.remove) git-svn-id: http://piwigo.org/svn/trunk@27811 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r27715 from branch 2.6 to trunkplegall2014-03-121-0/+2
| | | | | | | | feature 3054: new trigger ws_users_getList git-svn-id: http://piwigo.org/svn/trunk@27716 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unnecessary by ref parameters + do not define IN_ADMIN on ws methodrvelices2014-03-111-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@27694 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove "virtual" namespaces (or whatever it's called) in emogrifiermistic1002014-02-181-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@27404 68402e56-0260-453c-a942-63ccdbb3a9ee
* update emogrifiermistic1002014-02-182-247/+508
| | | | git-svn-id: http://piwigo.org/svn/trunk@27403 68402e56-0260-453c-a942-63ccdbb3a9ee
* more query2array and remove unnecessary tests in often called url functionsrvelices2014-02-162-32/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@27388 68402e56-0260-453c-a942-63ccdbb3a9ee
* web service always return pwg version (allow in the future mobile apps to ↵rvelices2014-02-131-11/+2
| | | | | | maintain compatibility) git-svn-id: http://piwigo.org/svn/trunk@27371 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove prehistoric unnecessary object referencesrvelices2014-02-131-15/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@27370 68402e56-0260-453c-a942-63ccdbb3a9ee
* more query2arrayrvelices2014-02-136-39/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@27369 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: (incomplete) doc of mysqli functionsmistic1002014-02-111-85/+117
| | | | git-svn-id: http://piwigo.org/svn/trunk@27337 68402e56-0260-453c-a942-63ccdbb3a9ee
* arrayfromquery optimizations: move double if from inside loop to outside + ↵rvelices2014-02-116-131/+192
| | | | | | use directly mysqli calls to avoid function call overhead for every row retrieved from db git-svn-id: http://piwigo.org/svn/trunk@27336 68402e56-0260-453c-a942-63ccdbb3a9ee
* small optim on events trigger when several handlers are registered (no more ↵rvelices2014-02-111-3/+5
| | | | | | array_slice inside the loop) git-svn-id: http://piwigo.org/svn/trunk@27335 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3043: Add event to allow calculation of rating score with a ↵rvelices2014-02-091-0/+5
| | | | | | different algorithm git-svn-id: http://piwigo.org/svn/trunk@27294 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3041: Give include path to add_event_handlermistic1002014-02-061-32/+50
| | | | | | $accepted_args is replaced by $include_path (retrocompatible) git-svn-id: http://piwigo.org/svn/trunk@27238 68402e56-0260-453c-a942-63ccdbb3a9ee
* PluginMaintain is not abstract anymore, allowing partial declarationmistic1002014-02-051-18/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@27221 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove Smarty backward compatible class (pre Smarty3)rvelices2014-02-041-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@27184 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove PHP < 5.2 codemistic1002014-02-042-38/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@27158 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed functions provided for php backward compatibility as 5.2 is now requiredrvelices2014-02-035-158/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@27152 68402e56-0260-453c-a942-63ccdbb3a9ee
* required PHP version is 5.2plegall2014-01-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@27095 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.7.0beta1plegall2014-01-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@27094 68402e56-0260-453c-a942-63ccdbb3a9ee
* str2DateTime return false on empty inputmistic1002014-01-291-4/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@27043 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace more preg_replace callbackmistic1002014-01-261-6/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@26972 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r26952 from branch 2.6 to trunkplegall2014-01-241-1/+1
| | | | | | | | | | | | bug 3035 fixed: the output of pwg.categories.getList with option tree_output=true was modified in r22729 to fix a bug. But fixing this bug has broken iOS/Android applications which uses this parameter. The immediate solution is to reintroduce the bug for now and fix it cleanly later (requires a new version of iOS/Android apps) git-svn-id: http://piwigo.org/svn/trunk@26953 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3031: add $conf['sync_exclude_folders'] parametermistic1002014-01-231-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3029: XSS on website_url comment form mistic1002014-01-231-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26916 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3027: Fatal error on Configuration->Options->Photo sizemistic1002014-01-221-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26902 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be ↵mistic1002014-01-181-1/+1
| | | | | | compatible with that of CalendarBase::get_date_where() git-svn-id: http://piwigo.org/svn/trunk@26865 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3024: Warning: array_merge(): Argument 1 is not an array on ↵mistic1002014-01-181-12/+28
| | | | | | template.class.php git-svn-id: http://piwigo.org/svn/trunk@26863 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3023: Fatal error when using trigger_notify/trigger_change on PHP < 5.3 mistic1002014-01-181-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@26846 68402e56-0260-453c-a942-63ccdbb3a9ee