aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* php optimizations:rvelices2012-10-041-8/+9
| | | | | | | - use faster [] operator instead of array_push - if tags are grouped by letter, don't add level to tags, sort etc ... git-svn-id: http://piwigo.org/svn/trunk@18455 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2614: pagination on albums, save one query on picture pagemistic1002012-10-011-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@18392 68402e56-0260-453c-a942-63ccdbb3a9ee
* quick search - better handling of wildcard begin/end in tag names ↵rvelices2012-09-241-53/+103
| | | | | | | | (technically rewrote parts of query analser) still to do: exclusion of matching tags git-svn-id: http://piwigo.org/svn/trunk@18207 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2614: pagination on albums mistic1002012-09-234-26/+68
| | | | git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2754: Add "Email" field for user comments + mandatory "Author" mistic1002012-09-234-39/+87
| | | | git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r18116 from branch 2.4 to trunkplegall2012-09-211-0/+4
| | | | | | | bug 2752 fixed: make sure we don't use the mobile theme with the no_photo_yet feature git-svn-id: http://piwigo.org/svn/trunk@18117 68402e56-0260-453c-a942-63ccdbb3a9ee
* distinguish event render_element name and descriptionrvelices2012-09-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@17975 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2735: fix/improve non latin language tagsrvelices2012-09-044-33/+48
| | | | | | | | | | | | | a. non latin tags (greek/cyrillic...) are not sorted case-insesitive and group by letter view in tag list is not case insesitive b. quick searching tag names does not perform correctly accent folding (e.g. Köln and Koln do not match) and case insesitivity for non latin letters c. missing from remove_accents characters in romanian language (Latin Extended-B) ? c8 98 = LATIN CAPITAL LETTER S WITH COMMA BELOW ? c8 99 = LATIN SMALL LETTER S WITH COMMA BELOW ? c8 9a = LATIN CAPITAL LETTER T WITH COMMA BELOW ? c8 9b = LATIN SMALL LETTER T WITH COMMA BELOW d. str2url allow non latin letters in output only if the input does not contain any valid lating letter/digit. we should always allow non latin letters in output git-svn-id: http://piwigo.org/svn/trunk@17748 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark ↵rvelices2012-08-302-41/+5
| | | | | | upload errors git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17668 from branch 2.4 to trunkplegall2012-08-301-29/+20
| | | | | | | | | bug 2733 fixed: when creating a sub-album in a private album with pwg.categories.add, it is automatically private too. git-svn-id: http://piwigo.org/svn/trunk@17669 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove deprecated function get_thumbnail_url + $conf['local_data_dir']rvelices2012-08-272-13/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@17649 68402e56-0260-453c-a942-63ccdbb3a9ee
* small fix on element_url returned from web service calls (now coherent with ↵rvelices2012-08-071-6/+9
| | | | | | picture.php) git-svn-id: http://piwigo.org/svn/trunk@17469 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2380: add URL for user comment mistic1002012-08-033-3/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix smartpocket : web service calls in admin not working on iphonesrvelices2012-07-251-13/+13
| | | | | | - removed unused func params in template git-svn-id: http://piwigo.org/svn/trunk@17021 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17016 from branch 2.4 to trunkplegall2012-07-251-0/+6
| | | | | | | | bug 2706 fixed: pwg.getMissingDerivatives correctly manages galleries with not a single photo. git-svn-id: http://piwigo.org/svn/trunk@17017 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix prev commit - again :( (bug 2682)rvelices2012-07-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@16994 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2682: Watermark sizing calculation is made on the requested size not on ↵rvelices2012-07-241-1/+1
| | | | | | the final one - fix git-svn-id: http://piwigo.org/svn/trunk@16991 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2682: Watermark sizing calculation is made on the requested size not on ↵rvelices2012-07-242-1/+12
| | | | | | the final one git-svn-id: http://piwigo.org/svn/trunk@16989 68402e56-0260-453c-a942-63ccdbb3a9ee
* refactor code when selected derivative on index page is changed by a plugin ...rvelices2012-07-241-4/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@16987 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16507 from branch 2.4 to trunkflop252012-07-081-0/+9
| | | | | | | | bug:2683 create get_size_css git-svn-id: http://piwigo.org/svn/trunk@16508 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2674: cssmin 3.0.1 requires PHP 5.2.4 mistic1002012-07-021-2/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@16278 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16083 from branch 2.4 to trunkplegall2012-06-271-5/+5
| | | | | | | tabulation is not the expected indentation git-svn-id: http://piwigo.org/svn/trunk@16084 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2666 Fix invalid xml on web service output with xml formatrvelices2012-06-271-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@16074 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2660: check guest IP on insert_user_comment (same system as rate_picture)mistic1002012-06-241-1/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@15983 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version on trunk is 2.5.0beta1plegall2012-06-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15937 68402e56-0260-453c-a942-63ccdbb3a9ee
* on comment_list add link to exit from comment editionmistic1002012-06-211-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2657: previous commit may work, but badly codedmistic1002012-06-201-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@15852 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2657: make sure admins can access the new category (see r11727)mistic1002012-06-201-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@15851 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2657: More options for pwg.categories.add mistic1002012-06-201-0/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@15850 68402e56-0260-453c-a942-63ccdbb3a9ee
* no longer use of images.tn_ext field any longerplegall2012-06-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15598 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2649: broken code commited in r15587, fixed with a simpler conditionplegall2012-06-071-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@15597 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2649 fixed: do not load mobile theme when using web APIplegall2012-06-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15587 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r15585 from branch 2.3 to trunkplegall2012-06-071-1/+1
| | | | | | | | | | bug 2648 fixed: pwg.categories.getList, avoid to throw an error when representative_picture_id is missing for an album, which makes parsing the JSON output impossible. git-svn-id: http://piwigo.org/svn/trunk@15586 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2647patdenice2012-06-071-19/+0
| | | | | | Test 1and1 server with $_SERVER['SCRIPT_FILENAME'] git-svn-id: http://piwigo.org/svn/trunk@15583 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2538 little rework of messages system, now can be used on ↵mistic1002012-06-062-16/+43
| | | | | | 'loc_end_index' and 'loc_end_picture' git-svn-id: http://piwigo.org/svn/trunk@15578 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2647patdenice2012-06-061-0/+19
| | | | | | External ImageMagick does not work anymore on 1and1 servers git-svn-id: http://piwigo.org/svn/trunk@15575 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2646 fixed: avoid useless PHP warnings with uncompleted creation dateplegall2012-06-051-3/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@15573 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2645 author field is kept when comment not validatedmistic1002012-06-051-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@15570 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi size: avoid warning for nonphoto elements for which the mime type icon ↵rvelices2012-05-301-1/+1
| | | | | | does not exist in the current theme git-svn-id: http://piwigo.org/svn/trunk@15431 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - l10n page no found ddtddt2012-05-281-6/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@15384 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - l10n page no found message 2ddtddt2012-05-281-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@15383 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - l10n page no found message 1ddtddt2012-05-281-4/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@15381 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove useless function/configuration due to derivativesplegall2012-05-262-31/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@15316 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2633 added: ability to select default sizeplegall2012-05-241-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2630: switch default admin theme to "clear"plegall2012-05-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15228 68402e56-0260-453c-a942-63ccdbb3a9ee
* multisize (derivatives): remove obsolete functions get_high_path,plegall2012-05-071-103/+0
| | | | | | | get_high_url, get_high_location, get_picture_size git-svn-id: http://piwigo.org/svn/trunk@14830 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi size - don't fail if image metadata was not previously syncedrvelices2012-05-041-13/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@14735 68402e56-0260-453c-a942-63ccdbb3a9ee
* multi size:rvelices2012-05-022-2/+5
| | | | | | | | | - fix external imagick issues when rotation was required - fix: derivative were generated continuosly until a first save performed in the admin screen - added sharpen param in the new config screen - increased the sharpen range (10% is less than before) git-svn-id: http://piwigo.org/svn/trunk@14649 68402e56-0260-453c-a942-63ccdbb3a9ee
* use watermark if minX OR minY (not AND)plegall2012-04-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@14581 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix apply_global function rvelices2012-04-301-5/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@14550 68402e56-0260-453c-a942-63ccdbb3a9ee