aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Configuration reversed to simplify CSSvdigital2008-08-311-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
* - removed and moved (from common to admin) some CSS rulesrvelices2008-08-284-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
* - based on test_menu by grum (thanks to you) - integration of dynamic menu ↵rvelices2008-08-287-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
* Swift Theme Creator (minor changes): partly functional version.vdigital2008-08-261-6/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee
* - language - removed 2 unnecessary keys from admin.langrvelices2008-08-221-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
* - further reduce css rules and remove unused onesrvelices2008-08-2210-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
* - tried to reduce the number of css rules and selectors (most gains on ↵rvelices2008-08-2115-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
* - local.lang is loaded without fallback on default language or ↵rvelices2008-08-203-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
* - ws can include php file before invoking web call methodrvelices2008-08-191-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
* - optim dont include a php file if not requiredrvelices2008-08-161-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
* Admin advices can be easily extended to new advices.vdigital2008-08-1238-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
* updating files for the Menu class (test_menu)grum2008-08-091-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
* - remove functions_group.inc.php (empty for some years; avoid unnecessary ↵rvelices2008-07-243-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
* - remove admin :hover css rule (bouncing thumbnails in caddie FF)rvelices2008-07-221-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
* - image rating on picture page done through ajax (tested safari/ie 6&7/ff)rvelices2008-07-152-69/+83
| | | | git-svn-id: http://piwigo.org/svn/trunk@2435 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add to caddie on picture page done through ajaxrvelices2008-07-121-3/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@2429 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 754 fixed for Butterfly (some languages missing)mathiasm2008-07-041-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@2421 68402e56-0260-453c-a942-63ccdbb3a9ee
* - first use of web services as Ajax: change the privacy level directly from ↵rvelices2008-07-021-1/+27
| | | | | | the picture page git-svn-id: http://piwigo.org/svn/trunk@2413 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remember me cookie security improvement (the time when the cookie was ↵rvelices2008-07-013-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
* - remove some warnings in tags.tpl (when debug template is true)rvelices2008-06-232-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
* Removal some references to previous admin pagesvdigital2008-06-2242-688/+7
| | | | | | | New favicon git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : menuBox-top with Y shape on rightstripy2008-06-031-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2389 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : to have the continuous right border all along menubar (with ↵stripy2008-06-021-0/+0
| | | | | | transparency on bottom) git-svn-id: http://piwigo.org/svn/trunk@2388 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : to have the continuous right border all along menubarstripy2008-06-021-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2387 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy admin: missing pngvdigital2008-06-024-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2386 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2385 ↵stripy2008-06-011-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : bottom part of the menuBox, with the same size now than top part ↵stripy2008-06-012-0/+0
| | | | | | !! non mais ! ;-) git-svn-id: http://piwigo.org/svn/trunk@2384 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2383 ↵stripy2008-06-011-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* adnim_ve : bottom part of the left menuBox (same size than top part !)stripy2008-06-011-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2382 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy layout on Admin page (Not stable for all browsers)vdigital2008-06-0120-127/+123
| | | | git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : top part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2380 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : right part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2379 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : left part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2378 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : bottom part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2377 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2376 ↵stripy2008-05-311-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : top part of the left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2375 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : entire left menuBoxstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2374 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : pink tree at top-left page above menustripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2373 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2372 ↵stripy2008-05-312-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : pink fillet above tabs for menu barstripy2008-05-311-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2369 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2368 ↵stripy2008-05-301-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : inactive tab for menu barstripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2367 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : active tabstripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2366 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 : full page screenshotstripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2365 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2364 ↵stripy2008-05-301-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin_v2 Box for accordion admin left menustripy2008-05-301-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2363 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 828 added: display tags by letters. Users can switch from "cloud" toplegall2008-05-284-1/+72
| | | | | | | "letters" with a button in the top bar. git-svn-id: http://piwigo.org/svn/trunk@2362 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7rvelices2008-05-234-11/+10
| | | | | | | | - optimized sql query in permalinks - remove some unused global variable declarations - fix bug in admin/themeconf.inc.php git-svn-id: http://piwigo.org/svn/trunk@2356 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change all #content by .content in css files.patdenice2008-05-2032-191/+195
| | | | | | | In tpl files, id="content" stay here for backward compatibilities. Add some plugins triggers in index.tpl and picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 703: Authorization system in Cat management works now with well ordered ↵vdigital2008-05-173-0/+0
| | | | | | | | lists (Minor: Admin theme changes) git-svn-id: http://piwigo.org/svn/trunk@2349 68402e56-0260-453c-a942-63ccdbb3a9ee