aboutsummaryrefslogtreecommitdiffstats
path: root/themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-09optim: replace html_options call in picture.tpl with a foreach (html_options ↵rvelices1-1/+3
loads several smarty files which is overkill for one single use for admins only git-svn-id: http://piwigo.org/svn/trunk@6507 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06Fix: Insignificant issue "Scrollbars beside categories thumbnails(with long ↵vdigital1-4/+0
names)!" http://piwigo.org/forum/viewtopic.php?id=16041 git-svn-id: http://piwigo.org/svn/trunk@6478 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03merge r6460 from branch 2.1 to trunkplegall1-1/+1
feture 1712 : backmerge r6454, useless feature. It can be done another way without changing core code. git-svn-id: http://piwigo.org/svn/trunk@6461 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03merge r6454 from branch 2.1 to trunkplegall1-1/+1
feature 1712: ability to add a CSS class on body git-svn-id: http://piwigo.org/svn/trunk@6455 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-01- do not remove slashes before calling insert_user_comment (homogeneity with ↵rvelices2-2/+2
update_user_comment and general use of slashes in piwigo) - when using a modifier on a non array variable use @| instead of | (generated code is simpler and faster) git-svn-id: http://piwigo.org/svn/trunk@6437 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-31Fix html bugnikrou1-4/+5
git-svn-id: http://piwigo.org/svn/trunk@6429 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-19fix language key in template/menubar_tags.tplrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@6243 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30bug 1637: make the privacy level the same everywher, use "who can see this ↵plegall1-4/+2
photo?" instead of "minimum privacy level". git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29Rollback revision 5923patdenice3-13/+14
git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29feature 1502: Add $themeconf['load_parent_css'] parameterpatdenice1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29bug 1484: prevent XSS vulnerability, encode url.plegall2-2/+2
improvement: no need to transmit the REQUEST_URI from PHP, Smarty already knows it. git-svn-id: http://piwigo.org/svn/trunk@5990 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28bug 1484: after a "quick connect" you are correctly redirect to the same page.plegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@5986 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-23Fix: Scroll issue with long subcat descriptionsvdigital1-0/+8
git-svn-id: http://piwigo.org/svn/trunk@5941 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-20Fix some errors in generated htmlnikrou1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-19- fix display of thumbnail in IE8 (replaced conditional css includes as it ↵rvelices3-14/+13
was in version 2.0) - remove local_head.tpl for default theme (avoid loading another file on every page hit - put the content of local_head.tpl in header.tpl) git-svn-id: http://piwigo.org/svn/trunk@5923 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-18Bug 1617 fixed : help page is displayed in current theme in public or admin ↵nikrou1-0/+12
pages git-svn-id: http://piwigo.org/svn/trunk@5920 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-16the picture stop_slideshow.png is never displayed : so the icon is deletedflop251-0/+0
git-svn-id: http://piwigo.org/svn/trunk@5876 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-16the picture stop_slideshow.png is never displayed because the code to stop ↵flop251-3/+0
the slideshow is in slideshow.tpl : so the code in picture.tpl is deleted git-svn-id: http://piwigo.org/svn/trunk@5875 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-15Minor correction alignementGotcha1-1/+1
http://fr.piwigo.org/forum/viewtopic.php?id=17515 git-svn-id: http://piwigo.org/svn/trunk@5871 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-14feature 1601: improve error feedback on multiple upload : use jGrowl jQueryplegall1-0/+9
plugin to display individual state for each uploaded file. git-svn-id: http://piwigo.org/svn/trunk@5848 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-10feqture 1583 : show related tags block also when browsing non tag sectionsrvelices1-3/+9
git-svn-id: http://piwigo.org/svn/trunk@5752 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08fix IE menubar_tags.tpl display + move style to cssrvelices2-5/+4
git-svn-id: http://piwigo.org/svn/trunk@5722 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08add a true label on tag link title "%d images" instead of just "%d" on tags.phpplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5709 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08nicer "remove tag" icon (works nice with clear core theme, works correctlyplegall1-0/+0
with dark core theme). This icon is less visible, on purpose. git-svn-id: http://piwigo.org/svn/trunk@5708 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08bug 1584: for the tagLevel font size to have the correct font size on Sylviaplegall1-5/+5
core theme. git-svn-id: http://piwigo.org/svn/trunk@5704 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08feature 1583: replace add_tag.png icon by a simple "+" character in theplegall3-6/+4
"related tags" block. Only keep one link for each tag in the "related tags" block. git-svn-id: http://piwigo.org/svn/trunk@5703 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-07improve default icons for caddie, rating, favoritesplegall5-0/+0
git-svn-id: http://piwigo.org/svn/trunk@5700 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-07Fix some issues on NBM: move css rules to mail body if it's possible.patdenice8-44/+6
Remove fieldset on available plugins page. git-svn-id: http://piwigo.org/svn/trunk@5695 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-05bug 1580 - remove some hard coded markup (move them to the template)grum1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@5682 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-01Fix missing keys: some keys have been removed by mistake during the massiveplegall4-4/+4
key conversion. Remove some language keys that are really obsolete. I've updated the script to convert language files to 2.1, I will apply "obsolete keys removal" process in a 2nd step on other languages. git-svn-id: http://piwigo.org/svn/trunk@5559 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-01Fix missing keys: some keys have been removed by mistake during the massiveplegall4-10/+10
key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-31feature 1559: remove "standard deviation" in rating.plegall1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@5500 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29feature 1502: Load local head after theme.css.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29Issue 1521 : picture.tpl updated to avoid double home link, picture.php ↵laurent.duretz1-2/+1
updated because tpl update, functions_html.inc.php updated to work with question_mark_in_urls = false git-svn-id: http://piwigo.org/svn/trunk@5451 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29update clear theme to revision 3, "clear" was already existing in theplegall1-1/+1
extension manager. git-svn-id: http://piwigo.org/svn/trunk@5443 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29Core themes are prepared for integration into piwigo.org/extplegall3-0/+24
git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: Remove "Reset to default" button if user can't cutomize his ↵patdenice1-0/+2
galllery. git-svn-id: http://piwigo.org/svn/trunk@5330 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: admincan activate/deactivate user customization.patdenice1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: Bug corrected on favorite option and navigation bar.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5305 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: Allow activation or deactivation of download icon.patdenice1-2/+20
Add display configuration for picture properties. git-svn-id: http://piwigo.org/svn/trunk@5304 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Fix problem with white space in language keysnikrou2-5/+5
git-svn-id: http://piwigo.org/svn/trunk@5297 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Fixed missing keys in nbmnikrou2-12/+12
replace script must use language/templates files and not english git-svn-id: http://piwigo.org/svn/trunk@5295 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Feature 1533: Change "General" by "Options" in Configuration menu.patdenice2-1/+7
Change "Default Display" tab by "Guest Settings" tab. Add display tab in Configuration/Option menu. Allow to activate/deactivate a lot of display features: On main page: # Display only recently posted images # Sort order # Display all elements in all sub-categories # Display a calendar by posted date # Display a calendar by creation date # Slideshow On photo page: # Show file metadata # slideshow # Add this image to your favorites # Navigation Bar # Navigation Thumbnails git-svn-id: http://piwigo.org/svn/trunk@5293 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23bug fixed: the language keys used end with a whitespace, but it was removedplegall3-3/+3
in the language file. git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Fix missing key translations for nbm and c13ynikrou4-27/+27
git-svn-id: http://piwigo.org/svn/trunk@5287 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22feature 1529: display tags in columns for search.php or admin/tags.plegall1-1/+3
Needs to be verified on Internet Explorer, even if the display:inline-block method is already used for thumbnails display. git-svn-id: http://piwigo.org/svn/trunk@5255 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22remove the "forgot password" and "register" in identification icon bar, theseplegall1-4/+0
actions are already below the "Submit" button on the very same page. git-svn-id: http://piwigo.org/svn/trunk@5252 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22feature 1528: update the about page content (FR/EN only currently).plegall2-4/+9
git-svn-id: http://piwigo.org/svn/trunk@5250 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22feature 1505: bug fixed, the password was not replaced by starsplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5245 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22bug fixed: 'page generated in' had been automatically replacedplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5244 68402e56-0260-453c-a942-63ccdbb3a9ee