aboutsummaryrefslogtreecommitdiffstats
path: root/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-09- fix issue when picture_url_style = file (sql query like) rvelices1-1/+1
- sql call SET NAMES "xxx" (if required) in upgrade.php, upgrade_feed.php and after 65-database.php git-svn-id: http://piwigo.org/svn/trunk@2512 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-08Sylvia theme: .content reviewed including hover/active backgrounds.vdigital13-16/+24
Some additional jQuery fade in/out functions git-svn-id: http://piwigo.org/svn/trunk@2510 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-07Sylvia theme: .content reviewed (a temporary solution (with inactive ↵vdigital4-0/+0
backgrounds). git-svn-id: http://piwigo.org/svn/trunk@2509 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-07Sylvia theme: .content reviewed (a temporary solution).vdigital5-13/+17
git-svn-id: http://piwigo.org/svn/trunk@2508 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-06Theme Sylvia (related to Sylvius).vdigital13-0/+153
git-svn-id: http://piwigo.org/svn/trunk@2506 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-31- Configuration reversed to simplify CSSvdigital1-0/+1
- theme.css a test to solve menubar issue - STC: php version control git-svn-id: http://piwigo.org/svn/trunk@2492 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-28- removed and moved (from common to admin) some CSS rulesrvelices4-17/+26
- upgraded jQuery and accordion to latest version (and reorganised a bit their location) git-svn-id: http://piwigo.org/svn/trunk@2489 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-28- based on test_menu by grum (thanks to you) - integration of dynamic menu ↵rvelices7-162/+159
bar to pwg - the menubar is composed now of dynamic blocks that can be ordered/hidden - plugins can add their own blocks git-svn-id: http://piwigo.org/svn/trunk@2488 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-26Swift Theme Creator (minor changes): partly functional version.vdigital1-6/+1
git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-22- language - removed 2 unnecessary keys from admin.langrvelices1-1/+1
- language - moved some keys from common.lang to admin.lang git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-22- further reduce css rules and remove unused onesrvelices10-127/+74
- added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-21- tried to reduce the number of css rules and selectors (most gains on ↵rvelices15-519/+344
menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3 git-svn-id: http://piwigo.org/svn/trunk@2480 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-20- local.lang is loaded without fallback on default language or ↵rvelices3-34/+31
PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) - move a function from functions.inc.php to functions_picture.inc.php (included only when necessary) - removed some css (not as much as I wanted) git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-19- ws can include php file before invoking web call methodrvelices1-17/+17
- remove "Pierrick ..." from some languages - tags - small change to avoid increasing number of urls - added a missing closedir - remove some unnecessary class names and inexisting rel attributes git-svn-id: http://piwigo.org/svn/trunk@2478 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-16- optim dont include a php file if not requiredrvelices1-1/+0
- eng lang small change - remove link to unexisting admin css git-svn-id: http://piwigo.org/svn/trunk@2476 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-12Admin advices can be easily extended to new advices.vdigital38-3302/+0
Admin advices plugin can be translated like any other plugins. Admin advices plugin has been extended with External summary (a technical and non translated part). Some template cleaning. git-svn-id: http://piwigo.org/svn/trunk@2472 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-09updating files for the Menu class (test_menu)grum1-0/+13
+ fixes "Links" translation bug updating files for the AMenuManager plugin + enhance links template updating common classes grum_plugins_classes-2 (needed for the AMenuManager plugin) + clearing the code updating the calendar_base.class.php the 'get_nav_bar_from_items' method was returning a hard coded html string now replaced by a template file (calendar_nav.tpl) git-svn-id: http://piwigo.org/svn/trunk@2469 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-24- remove functions_group.inc.php (empty for some years; avoid unnecessary ↵rvelices3-38/+27
include_file) - thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) - removed unused css git-svn-id: http://piwigo.org/svn/trunk@2456 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22- remove admin :hover css rule (bouncing thumbnails in caddie FF)rvelices1-0/+4
- move some code from notification.php to notification.tpl - remove some unused variables from picture.php - make random.php work even if top_number is a lot (some issues solved with url length) git-svn-id: http://piwigo.org/svn/trunk@2446 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-15- image rating on picture page done through ajax (tested safari/ie 6&7/ff)rvelices2-69/+83
git-svn-id: http://piwigo.org/svn/trunk@2435 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-12- add to caddie on picture page done through ajaxrvelices1-3/+19
git-svn-id: http://piwigo.org/svn/trunk@2429 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-04Bug 754 fixed for Butterfly (some languages missing)mathiasm1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@2421 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02- first use of web services as Ajax: change the privacy level directly from ↵rvelices1-1/+27
the picture page git-svn-id: http://piwigo.org/svn/trunk@2413 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-01- remember me cookie security improvement (the time when the cookie was ↵rvelices3-74/+72
generated is saved and checked in range [now-remember_me_length; now] - tags improvements * pass to templates all fields in table #tags (handy for plugins such as type tags) * fix issue with tag letter when first letter is accentuated (utf-8) * tags are sorted on url_name instead of name (accentuated first letter chars are the same as without accent) * better use of columns in by letter display mode git-svn-id: http://piwigo.org/svn/trunk@2409 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-23- remove some warnings in tags.tpl (when debug template is true)rvelices2-3/+2
- remove tagletter color from default-layout.css (it should be in every theme or nowhere) git-svn-id: http://piwigo.org/svn/trunk@2396 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Removal some references to previous admin pagesvdigital42-688/+7
New favicon git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-03admin_v2 : menuBox-top with Y shape on rightstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2389 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-02admin_v2 : to have the continuous right border all along menubar (with ↵stripy1-0/+0
transparency on bottom) git-svn-id: http://piwigo.org/svn/trunk@2388 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-02admin_v2 : to have the continuous right border all along menubarstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2387 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-02Stripy admin: missing pngvdigital4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2386 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01git-svn-id: http://piwigo.org/svn/trunk@2385 ↵stripy1-0/+0
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01admin_v2 : bottom part of the menuBox, with the same size now than top part ↵stripy2-0/+0
!! non mais ! ;-) git-svn-id: http://piwigo.org/svn/trunk@2384 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01git-svn-id: http://piwigo.org/svn/trunk@2383 ↵stripy1-0/+0
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01adnim_ve : bottom part of the left menuBox (same size than top part !)stripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2382 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01Stripy layout on Admin page (Not stable for all browsers)vdigital20-127/+123
git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : top part of the left menuBoxstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2380 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : right part of the left menuBoxstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2379 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : left part of the left menuBoxstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2378 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : bottom part of the left menuBoxstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2377 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31git-svn-id: http://piwigo.org/svn/trunk@2376 ↵stripy1-0/+0
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : top part of the left menuBoxstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2375 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : entire left menuBoxstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2374 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : pink tree at top-left page above menustripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2373 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31git-svn-id: http://piwigo.org/svn/trunk@2372 ↵stripy2-0/+0
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31admin_v2 : pink fillet above tabs for menu barstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2369 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-30git-svn-id: http://piwigo.org/svn/trunk@2368 ↵stripy1-0/+0
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-30admin_v2 : inactive tab for menu barstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2367 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-30admin_v2 : active tabstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2366 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-30admin_v2 : full page screenshotstripy1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2365 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-30git-svn-id: http://piwigo.org/svn/trunk@2364 ↵stripy1-0/+0
68402e56-0260-453c-a942-63ccdbb3a9ee