aboutsummaryrefslogtreecommitdiffstats
path: root/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature:2487patdenice2011-10-28111-926/+1249
| | | | | | Update jQuery to 1.6.4 and jQuery UI to 1.8.16 git-svn-id: http://piwigo.org/svn/trunk@12525 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2480patdenice2011-10-261-4/+4
| | | | | | datepicker need to use removeAttr jquery function to remove an attribute. git-svn-id: http://piwigo.org/svn/trunk@12519 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r12509 from br2.3 to trunk/themes/default/fix-ie7.cssGotcha2011-10-231-0/+4
| | | | | | bug:2481 git-svn-id: http://piwigo.org/svn/trunk@12510 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2477: remove unnecesary css rules + simplify very inefficient overly ↵rvelices2011-10-181-6/+3
| | | | | | qualified rules (pagespeed) git-svn-id: http://piwigo.org/svn/trunk@12491 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2477: Remove unused CSS / html elements from version 2.3 rvelices2011-10-176-18/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@12479 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits ↵mistic1002011-10-171-1/+1
| | | | | | (999 thumbnails) git-svn-id: http://piwigo.org/svn/trunk@12470 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12122 from branch 2.2 to trunkplegall2011-09-091-1/+1
| | | | | | | bug 2436 fixed: remove HTML tags when displaying album name as tooltip git-svn-id: http://piwigo.org/svn/trunk@12123 68402e56-0260-453c-a942-63ccdbb3a9ee
* update jQuery to version 1.6.2plegall2011-09-022-1187/+1854
| | | | git-svn-id: http://piwigo.org/svn/trunk@12040 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2027 implemented: the "lost password" feature was rewritten.plegall2011-08-244-27/+90
| | | | | | | | | | | | | | | The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1729flop252011-08-241-3/+3
| | | | | | revert of changes : the TN_TITLE will be changed in php git-svn-id: http://piwigo.org/svn/trunk@11990 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2406 added: if the user wants a new album in the upload form, the albumplegall2011-08-1723-32/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is created before the start of the upload. The ergonomy is now simpler, the page is smaller and cleaner. bug 2373 fixed: now that album is created before upload, uploadify.php gets the category_id and the level: as soon as it is uploaded (function add_uploaded_file) the photo gets its final privacy level and is directly associated to the album. This way, we can have an error on a photo without making orphan all photos of the same upload group. feature 2405 added: as soon as a photo is uploaded, its thumbnail is displayed in the "Uploaded Photos" fieldset, without waiting for other photos to be uploaded. The latest photos comes first. I have slighlty changed the integration of colorbox in core. Now we have 2 styles available and by default, we use style2 (overlay in black, title and control icons outside the popup). It is also used for zooming on bulk manager in unit mode. display change: on each uploading photos, instead of showing the transfer speed, we display the transfer progression in % bug fixed: the color of the "Start Upload" button was not correct because the button was not a submit button but a simple type=button. language: "Upload" button becomes "Start Upload" button. git-svn-id: http://piwigo.org/svn/trunk@11962 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r11937 from br2.2 to trunkGotcha2011-08-121-9/+9
| | | | | | bug:2399 git-svn-id: http://piwigo.org/svn/trunk@11938 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2390flop252011-08-091-1/+3
| | | | | | All the legend is hidden if $conf['show_thumbnail_caption'] = false; git-svn-id: http://piwigo.org/svn/trunk@11924 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1729flop252011-08-061-1/+1
| | | | | | | Instead of using the get_thumbnail_title() which return the "file : nb of ko", it's better to use the file name. Here if the $conf['show_thumbnail_caption'] is false, the old title will be set : maybe it should be better to remove get_thumbnail_title() git-svn-id: http://piwigo.org/svn/trunk@11918 68402e56-0260-453c-a942-63ccdbb3a9ee
* rename #images.average_rate to rating_scorervelices2011-08-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2384: improve average rating calculation (final)rvelices2011-07-262-7/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ws accepts method name in GET paraeters even if http method is POST ↵rvelices2011-07-262-4/+5
| | | | | | | | (easier to see in apache logs) - picture rating is done through POST and not GET git-svn-id: http://piwigo.org/svn/trunk@11834 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2384: improve average rating calculation (still need to update ↵rvelices2011-07-252-3/+3
| | | | | | language files) git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - merge rev 11578 - bug:2370ddtddt2011-06-291-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@11579 68402e56-0260-453c-a942-63ccdbb3a9ee
* load colorbox in the footer scripts (especially on the admin pages where ↵rvelices2011-06-211-1/+1
| | | | | | almost all pages have the same big header js) git-svn-id: http://piwigo.org/svn/trunk@11467 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Branche2.2] - trunk - feature:2354ddtddt2011-06-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11431 68402e56-0260-453c-a942-63ccdbb3a9ee
* solve a bug in TipTip jQuery plugin (maxWidth not overwrited)mistic1002011-06-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11209 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove border-bottom on hover for album representative thumbnail (Sylvia)mistic1002011-06-011-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11200 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix notification pagemistic1002011-06-012-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove useless css rulesmistic1002011-06-011-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11181 68402e56-0260-453c-a942-63ccdbb3a9ee
* add an id=theMainImage for main image and class=imageComment for image commentmistic1002011-05-262-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11062 68402e56-0260-453c-a942-63ccdbb3a9ee
* TokenInput : order tags, theme for roma, 'new' text translatedmistic1002011-05-231-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2307 Adjust registration form based on email requirement mistic1002011-05-221-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@10992 68402e56-0260-453c-a942-63ccdbb3a9ee
* remplace FCBKcomplete by TokenInputmistic1002011-05-212-645/+776
| | | | git-svn-id: http://piwigo.org/svn/trunk@10970 68402e56-0260-453c-a942-63ccdbb3a9ee
* restore HOME links, change parameter name for remove menu on certain pagemistic1002011-05-0910-8/+46
| | | | git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge spread_menus to the coremistic1002011-05-0714-60/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
* center informations table on first and last picture page (second try)mistic1002011-05-072-2/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@10804 68402e56-0260-453c-a942-63ccdbb3a9ee
* cancel r10645mistic1002011-05-012-12/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@10738 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove 'async' parameter for colorboxmistic1002011-04-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10649 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2269 add preview box on batch_manager_unit + add colorbox jquery pluginmistic1002011-04-275-0/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
* center informations table on first and last picture pagemistic1002011-04-272-4/+12
| | | | | | tested with default, sobre, os, pure, luciano, kardon, simple, stripped git-svn-id: http://piwigo.org/svn/trunk@10645 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia : cleaning cssmistic1002011-04-271-176/+201
| | | | git-svn-id: http://piwigo.org/svn/trunk@10640 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-158-0/+206
| | | | | | Add thumbnails regeneration in batch manager git-svn-id: http://piwigo.org/svn/trunk@10389 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update versions for plugins, themes and languages.patdenice2011-04-133-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@10351 68402e56-0260-453c-a942-63ccdbb3a9ee
* new plugins manager, update TipTip in v1.3mistic1002011-04-121-8/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2224 one parameter for change thumnails number (needs some translations)mistic1002011-04-091-8/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add ajaxmanager plugin.patdenice2011-03-301-0/+342
| | | | git-svn-id: http://piwigo.org/svn/trunk@9933 68402e56-0260-453c-a942-63ccdbb3a9ee
* new favicon to match new logo designplegall2011-03-292-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@9911 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2225 fixed: jQuery FCBKcomplete needed an upgrade to be compatible with ↵plegall2011-03-211-219/+276
| | | | | | jQuery 1.5 git-svn-id: http://piwigo.org/svn/trunk@9805 68402e56-0260-453c-a942-63ccdbb3a9ee
* missing a " for closing title argflop252011-03-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9706 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2219patdenice2011-03-101-0/+65
| | | | | | Sort available plugins without reloading the whole page git-svn-id: http://piwigo.org/svn/trunk@9598 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-093-10/+1
| | | | | | Simplify public templates. git-svn-id: http://piwigo.org/svn/trunk@9587 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jquery ui path in public tpl files.patdenice2011-03-072-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@9560 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI to 1.8.10.patdenice2011-03-0782-13519/+229
| | | | | | Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
* On theme Sylvia, the message "Gallerie in maintenance" hide information from ↵Gotcha2011-03-061-1/+0
| | | | | | | | behind. bug:1768 git-svn-id: http://piwigo.org/svn/trunk@9555 68402e56-0260-453c-a942-63ccdbb3a9ee