aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-12bug:2503 in register.php bad template var for 'obligatory_user_mail_address'mistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12610 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17feature 2477: Remove unused CSS / html elements from version 2.3 rvelices5-7/+5
git-svn-id: http://piwigo.org/svn/trunk@12479 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits ↵mistic1001-1/+1
(999 thumbnails) git-svn-id: http://piwigo.org/svn/trunk@12470 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-09merge r12122 from branch 2.2 to trunkplegall1-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
2011-08-24feature 2027 implemented: the "lost password" feature was rewritten.plegall1-27/+56
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
2011-08-24bug:1729flop251-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
2011-08-12Merge r11937 from br2.2 to trunkGotcha1-9/+9
bug:2399 git-svn-id: http://piwigo.org/svn/trunk@11938 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-09feature:2390flop251-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
2011-08-06bug:1729flop251-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
2011-08-02rename #images.average_rate to rating_scorervelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26feature 2384: improve average rating calculation (final)rvelices1-7/+12
git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25feature 2384: improve average rating calculation (still need to update ↵rvelices1-2/+2
language files) git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29[trunk] - merge rev 11578 - bug:2370ddtddt1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@11579 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-21load colorbox in the footer scripts (especially on the admin pages where ↵rvelices1-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
2011-06-19[Branche2.2] - trunk - feature:2354ddtddt1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11431 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01fix notification pagemistic1001-0/+2
git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-26add an id=theMainImage for main image and class=imageComment for image commentmistic1002-2/+2
git-svn-id: http://piwigo.org/svn/trunk@11062 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-22bug:2307 Adjust registration form based on email requirement mistic1001-1/+3
git-svn-id: http://piwigo.org/svn/trunk@10992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-09restore HOME links, change parameter name for remove menu on certain pagemistic10010-8/+46
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07merge spread_menus to the coremistic10011-47/+28
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07center informations table on first and last picture page (second try)mistic1001-0/+2
git-svn-id: http://piwigo.org/svn/trunk@10804 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01cancel r10645mistic1001-2/+0
git-svn-id: http://piwigo.org/svn/trunk@10738 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27remove 'async' parameter for colorboxmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@10649 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27feature:2269 add preview box on batch_manager_unit + add colorbox jquery pluginmistic1001-0/+2
git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27center informations table on first and last picture pagemistic1001-0/+2
tested with default, sobre, os, pure, luciano, kardon, simple, stripped git-svn-id: http://piwigo.org/svn/trunk@10645 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09bug:2224 one parameter for change thumnails number (needs some translations)mistic1001-8/+2
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-15missing a " for closing title argflop251-1/+1
git-svn-id: http://piwigo.org/svn/trunk@9706 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09feature:2114patdenice3-10/+1
Simplify public templates. git-svn-id: http://piwigo.org/svn/trunk@9587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07Update jquery ui path in public tpl files.patdenice2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@9560 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-22bug 2198 fixed: footer on text/plain email needs rewriteplegall1-2/+4
git-svn-id: http://piwigo.org/svn/trunk@9354 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice2-6/+6
git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25scripts.js was not loaded on picture page with high imagesrvelices1-3/+4
admin maintenance leave a space between grouped 'non-destructive' actions and 'destructive' actions git-svn-id: http://piwigo.org/svn/trunk@8898 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-22- fix icon display on index page (calendar by post date)rvelices1-1/+1
- remove unnecessary include_once - mysql functions simplification git-svn-id: http://piwigo.org/svn/trunk@8844 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19more compact html outputrvelices7-81/+65
git-svn-id: http://piwigo.org/svn/trunk@8774 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18- picture page compacts the output html using smarty striprvelices2-44/+43
- decrease the default number of tags showable in the menubar git-svn-id: http://piwigo.org/svn/trunk@8757 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18Happy new year 2011plegall4-8/+8
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17feature 2102: add a few language keys to remove all image/picture/element ↵plegall1-7/+0
and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17feature 2102 : rename item/image/picture to photo (admin side)rvelices2-4/+4
also removed unnecessary/duplicate keys git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16feature 2102 : rename item/image/picture to photo (public side)rvelices5-13/+13
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14feature 2102 : rename item/image/picture to photorvelices7-14/+14
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13feature 2108 finalize upload removal (php warnings)rvelices1-115/+0
git-svn-id: http://piwigo.org/svn/trunk@8652 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12lang remove 'Mail address' - use existing 'Email address'rvelices1-1/+1
lang remove unused 'return to homepage' lang change key 'a user use already this mail address' to 'this email address is already in use' git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07more compact footer.tpl (less spaced, unnnecessary span/class ...)rvelices1-20/+16
sylvia css simplification git-svn-id: http://piwigo.org/svn/trunk@8492 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-04thumbnails.tpl is smarty "stripped" to reduce payload-> increased margins of ↵rvelices1-3/+2
thumbnails in css git-svn-id: http://piwigo.org/svn/trunk@8469 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03- css sprites - attempt to auto align plugin image links on the index page ↵rvelices2-3/+3
and picture pages - css sprites - a couple of rel nofolloz dissapeared - hide the flat icon if there are no sub albums for the current album git-svn-id: http://piwigo.org/svn/trunk@8463 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01- fix quick connect right margin (recent css simplification impact)rvelices1-7/+7
- index.php wrong nav bar generation under some plugin cases - css sprites in the quick connect are simpler and more compact git-svn-id: http://piwigo.org/svn/trunk@8432 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30index.tpl and thumbnails change: category description above thumbs and ↵rvelices2-32/+31
enclosing ul moved to index.tpl fix some combine_xxx git-svn-id: http://piwigo.org/svn/trunk@8401 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29css sprites fix ie7 displayrvelices1-149/+142
picture.tpl more compact + removed unnecessary escape modifiers + use footer_script template combine_css small things git-svn-id: http://piwigo.org/svn/trunk@8378 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29merge -c8373 from branch 2.1 to trunkrub1-0/+5
Add a new way to add informations on about page. (Loop on template) Add element on ignore list git-svn-id: http://piwigo.org/svn/trunk@8374 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28- css sprites work for ie6rvelices3-13/+7
- simplify/remove css git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee