aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-11feature 169 added: ability to manually sort images inside a category. Aplegall2-0/+42
dedicated screen let the administrator sort the images (pur HTML, no JavaScript yet). The "rank" sort order is available only for a category without flat mode. New database column image_category.rank. git-svn-id: http://piwigo.org/svn/trunk@2517 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-11remove ws access table/partners functionalityrvelices3-219/+0
git-svn-id: http://piwigo.org/svn/trunk@2516 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-10- fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION ↵rvelices2-2/+2
(extend_for_templates) and F_C13Y_ACTION (check_integrity) - normalized some template variable names between category thumbnails and thumbnails (take advantage of full template change with smarty and do it now) git-svn-id: http://piwigo.org/svn/trunk@2515 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-09- fix typing error in index.tplrvelices3-17/+18
- added template smarty function known_script (e.g.{known_script id="x" src"y.js"}) - useful to avoid double inclusion of a script such as prototype,jquery,... when a template and plugin need it independently (see the use in admin.tpl for example) - removed unused themeconf.template_dir git-svn-id: http://piwigo.org/svn/trunk@2513 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-08Sylvia theme: .content reviewed including hover/active backgrounds.vdigital1-0/+12
Some additional jQuery fade in/out functions git-svn-id: http://piwigo.org/svn/trunk@2510 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-06Theme Sylvia (related to Sylvius).vdigital1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2506 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-05Checkboxes reverted on rvelices request.vdigital5-31/+57
And several minor corrections git-svn-id: http://piwigo.org/svn/trunk@2503 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-04Bug 852: Users display vdigital3-21/+23
git-svn-id: http://piwigo.org/svn/trunk@2498 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-04- remove hello_world plugin (not working anymore)rvelices1-0/+15
- web service method images.add works only for admins now - fix template-common js web service calls did not have the parameters url encoded - improve admin user_list - submitting the form with no user selected triggers a javascript alert (had fun with jquery selectors) git-svn-id: http://piwigo.org/svn/trunk@2496 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-03Bug 847: Instruction page / CSS Text-align: centered ordered lists vdigital2-3/+10
Bug 846: Bad link to documentation Some CSS Hacks in Admin theme git-svn-id: http://piwigo.org/svn/trunk@2495 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-31- Configuration reversed to simplify CSSvdigital3-60/+28
- 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-29synchro improvements:rvelices1-18/+27
- able to sync metadata at the same time as the files/dirs - by default empty metadata does not overwrite database infos (checkbox can switch to previous behaviour) (bug 132) - the form is shown again even after a successfull non simulated run git-svn-id: http://piwigo.org/svn/trunk@2491 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-28- fix an issue on category modify (lock/unlock display was reversed) and ↵rvelices1-1/+1
improved queries on submit git-svn-id: http://piwigo.org/svn/trunk@2490 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-28- removed and moved (from common to admin) some CSS rulesrvelices2-11/+38
- 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 ↵rvelices3-1/+33
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-23git-svn-id: http://piwigo.org/svn/trunk@2485 ↵rvelices1-11/+7
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-22- language - removed 2 unnecessary keys from admin.langrvelices1-2/+2
- 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-12Admin advices can be easily extended to new advices.vdigital1-2/+3
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-07-23Fallback on SVN:2426 (Transparency for background is not supported by IE6).vdigital4-20/+20
git-svn-id: http://piwigo.org/svn/trunk@2455 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22Swift Theme Creator (minor changes): non functional version yet (2).vdigital1-26/+15
git-svn-id: http://piwigo.org/svn/trunk@2449 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22- remove admin :hover css rule (bouncing thumbnails in caddie FF)rvelices1-4/+0
- 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-16Some temporary CSS corrections for synchronization errors/infos.vdigital2-16/+17
git-svn-id: http://piwigo.org/svn/trunk@2438 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-14Feature template-extension based on 2006 chrisaga's idea.vdigital3-0/+36
chrisaga wrote: "If you want to make some template customization without building a brand new template, you should use ..." git-svn-id: http://piwigo.org/svn/trunk@2434 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-06Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review ↵vdigital23-118/+55
(still on going) git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-04On Stripy request some tufts of grass background have been changed for test ↵vdigital1-4/+5
purpose (will be removed). git-svn-id: http://piwigo.org/svn/trunk@2420 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-03On Stripy request some tufts of grass background are added (will be removed).vdigital2-1/+6
git-svn-id: http://piwigo.org/svn/trunk@2419 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02Missplaced {/if}vdigital1-4/+1
git-svn-id: http://piwigo.org/svn/trunk@2418 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02When Multi-view plugin and Show SQL queries are active, results of queries ↵vdigital2-2/+7
are yet in readable format git-svn-id: http://piwigo.org/svn/trunk@2417 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02On rvelices advice, {if isset($TABSHEET)} missing: new reflex to acquirevdigital1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@2416 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02Reversed logic for backgroundsvdigital17-160/+67
$tabsheet transfer: general use available in admin.tpl Some CSS admin simplications git-svn-id: http://piwigo.org/svn/trunk@2415 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-29admin menuBox - new set : coloured transparent, no glowingstripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2408 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27admin menuBox : transparent set of 4 imgstripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2405 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27Wrong height for leaves.vdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2404 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27New strategy defined with Stripy for leaves and menuvdigital3-11/+2
git-svn-id: http://piwigo.org/svn/trunk@2403 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27Leaves in footer: on Stripy request.vdigital1-0/+9
git-svn-id: http://piwigo.org/svn/trunk@2402 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-27Grey leaves : new cut of bg imagesstripy2-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2401 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-26Some of Stripy requests on admin theme (not stabilized)vdigital8-50/+34
git-svn-id: http://piwigo.org/svn/trunk@2400 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-26Add 2 small png files for external link listvdigital2-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2399 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-26menuBox : set #2stripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2398 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-24Some admin theme and template changes on Stripy request (No optimisation).vdigital3-35/+30
git-svn-id: http://piwigo.org/svn/trunk@2397 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-23Reworked admin menubarvdigital5-5/+5
git-svn-id: http://piwigo.org/svn/trunk@2395 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-23admin_v2 : spare-parts of the menuBox - new crop (correcting pb of adjustment)stripy4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2393 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Removal some references to previous admin pagesvdigital2-8/+13
New favicon git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Missing Adm header.tplvdigital1-0/+63
git-svn-id: http://piwigo.org/svn/trunk@2391 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Admin isolation: Copy of admin templates in admin folder.vdigital88-0/+4568
(Before previous admin templates removal). Some of css simplification (in admin only currently. git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee