aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* related categories on picture page contain status and visible db fields ↵rvelices2012-10-251-1/+1
| | | | | | (useful for example for "social" plugins to know if a photo is public or not) git-svn-id: http://piwigo.org/svn/trunk@18747 68402e56-0260-453c-a942-63ccdbb3a9ee
* add page_url (canonical picture url) for web service methods images.search, ↵rvelices2012-10-241-1/+7
| | | | | | tags.getImages, images.getInfo, categories.getImages git-svn-id: http://piwigo.org/svn/trunk@18732 68402e56-0260-453c-a942-63ccdbb3a9ee
* - navigation bar urls are always on the number of images per page boundaries ↵rvelices2012-10-231-17/+17
| | | | | | (fix rare case when the admin changer the number of thumbs per page for guests, and then google bot fetches almost all start-xx pages) git-svn-id: http://piwigo.org/svn/trunk@18729 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improved page title when viewing tags, fix canonical url on index page if ↵rvelices2012-10-161-16/+12
| | | | | | the webmaster changes the default number of thumbnails per page git-svn-id: http://piwigo.org/svn/trunk@18667 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pages (better title ↵rvelices2012-10-161-1/+1
| | | | | | when viewing in flat mode) git-svn-id: http://piwigo.org/svn/trunk@18666 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pagesrvelices2012-10-133-10/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2760: allow tag exclusion in quick search rvelices2012-10-131-110/+164
| | | | git-svn-id: http://piwigo.org/svn/trunk@18636 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2773: add pwg_db_close() methodmistic1002012-10-131-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 ↵rvelices2012-10-121-10/+10
| | | | | | | | to 1.9.0 Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ... git-svn-id: http://piwigo.org/svn/trunk@18630 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unsed code; shorten existing code and improve readability ...rvelices2012-10-122-75/+29
| | | | git-svn-id: http://piwigo.org/svn/trunk@18629 68402e56-0260-453c-a942-63ccdbb3a9ee
* some code simplificationrvelices2012-10-091-26/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@18579 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager - remove unused code, less sql queries and avoid 4 calls to ↵rvelices2012-10-091-5/+14
| | | | | | same display_select function git-svn-id: http://piwigo.org/svn/trunk@18573 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2614 restore global_rank on recent_catsmistic1002012-10-041-4/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@18464 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2761: Pass all kind of messages through session on admin mistic1002012-10-042-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@18463 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2614 pagination on albumsmistic1002012-10-043-58/+53
| | | | | | return to old fashioned way (one query in category_cats), restoring recent_cats feature and "menubar optimization", rename "starta" into "startcat" git-svn-id: http://piwigo.org/svn/trunk@18462 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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