aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug:2820 Var renamedflop252013-01-153-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2820 & bug:2684flop252013-01-143-0/+5
| | | | | | | | | | | add $conf['maxRequests'] perf enhanced : declare once {combine_script} add one loading gif, fixed at the bottom right of the page display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png ToDo picture page/clean up unused loader gif/sleep above all. git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
* some code commentsrvelices2013-01-061-4/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@19878 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall2013-01-0157-57/+57
| | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2797 added !defined('IN_ADMIN') to prefilter_local_css to exlude the ↵flop252012-12-311-1/+4
| | | | | | local css files from the administration part git-svn-id: http://piwigo.org/svn/trunk@19696 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2663 replace JSmin by JShrinkmistic1002012-12-263-293/+471
| | | | git-svn-id: http://piwigo.org/svn/trunk@19576 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2816: {strip} smarty tag can introduce bugs in javascript + fix ↵mistic1002012-12-261-1/+1
| | | | | | picture.tpl git-svn-id: http://piwigo.org/svn/trunk@19575 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0RC1plegall2012-12-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@19424 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r19419 from branch 2.4 to trunkplegall2012-12-131-1/+1
| | | | | | | | bug 2806 fixed: only use the day to compare from and to, and not the time. git-svn-id: http://piwigo.org/svn/trunk@19420 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r19417 from branch 2.4 to trunkplegall2012-12-131-1/+11
| | | | | | | | bug 2805: avoid XSS from EXIF/IPTC git-svn-id: http://piwigo.org/svn/trunk@19418 68402e56-0260-453c-a942-63ccdbb3a9ee
* make sure get_sql_condition_FandF() doesn't generate corrupted SQL codemistic1002012-12-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@19333 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2798: let the webmaster decide how many comments to display onplegall2012-12-061-0/+5
| | | | | | | comments.php by default git-svn-id: http://piwigo.org/svn/trunk@19303 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pages - partial ↵rvelices2012-11-301-3/+1
| | | | | | revert change of breadcrumb title on home page git-svn-id: http://piwigo.org/svn/trunk@19233 68402e56-0260-453c-a942-63ccdbb3a9ee
* clean some function descmistic1002012-11-292-29/+29
| | | | git-svn-id: http://piwigo.org/svn/trunk@19225 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0beta3plegall2012-11-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@19070 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2614 pagination on albums, change var name to allow redefinitionmistic1002012-11-131-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@19002 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2786 Allow to edit website url in user comments + improve "user ↵mistic1002012-11-111-1/+16
| | | | | | experience" on comment edition git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2687patdenice2012-11-072-20/+52
| | | | | | | | | bug:2778 Unable to switch from mobile theme to classic theme with incompatible plugins. Detect blackberry and symbian for mobile theme. Update mdetect class. git-svn-id: http://piwigo.org/svn/trunk@18967 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fill add comment form fields only if the input comment has been rejectedrvelices2012-11-061-18/+26
| | | | | | - simplify templates git-svn-id: http://piwigo.org/svn/trunk@18950 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0beta2plegall2012-11-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18947 68402e56-0260-453c-a942-63ccdbb3a9ee
* all category infos from db are available in template variables and removed ↵rvelices2012-11-041-18/+17
| | | | | | second paramater in event (because out of sync with the first one due to the nav bar) git-svn-id: http://piwigo.org/svn/trunk@18924 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2614 bad display when there are empty albumsmistic1002012-11-021-18/+16
| | | | | | revert most of the previous changes and slice the array at the very end git-svn-id: http://piwigo.org/svn/trunk@18892 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improved backward compatibility with ['pass_convert']plegall2012-11-021-3/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@18890 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improve password security with the use of PasswordHash class.plegall2012-11-023-5/+336
| | | | | | | | | | This class performs salt and multiple iterations. Already used in Wordpress, Drupal, phpBB and many other web applications. $conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify'] git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2783: ability to disable ip address in the session idplegall2012-11-012-0/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@18850 68402e56-0260-453c-a942-63ccdbb3a9ee
* - spaces are not replaced with   in category names by default. The same ↵rvelices2012-10-301-3/+3
| | | | | | thing can be achieved by css if required and long album names are cut in the middle of the word on elegant theme, picture page sidebar. NOte: I almost wanted to remove the replace_space feature, but let's wait for 2.6 git-svn-id: http://piwigo.org/svn/trunk@18815 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2771: added backward compatibility with pre jquery ui 1.9 effect ↵rvelices2012-10-281-0/+16
| | | | | | file naming (combine script id issues) git-svn-id: http://piwigo.org/svn/trunk@18775 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2781 Add template method to sort actions buttons mistic1002012-10-271-0/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@18760 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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