Commit Graph

804 Commits

Author SHA1 Message Date
vdigital
2b4b4defe6 CSS review including Advisor mode
git-svn-id: http://piwigo.org/svn/trunk@2541 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-16 21:02:20 +00:00
vdigital
a1c4955e9b Admin goto/roma minor CSS / templates changes.
Public yoga/Sylvia minor CSS / gif changes 

git-svn-id: http://piwigo.org/svn/trunk@2540 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-16 16:32:17 +00:00
vdigital
8a06c0ee87 Unused public icons removal
git-svn-id: http://piwigo.org/svn/trunk@2535 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-14 17:34:44 +00:00
vdigital
53aef87751 Sylvia theme: a longer upper category border (second try).
git-svn-id: http://piwigo.org/svn/trunk@2525 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-13 23:45:31 +00:00
rvelices
4d86bb2234 - images.file categories.permalink old_permalinks.permalink - become binary
- session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range)
- metadata sync from the sync button does not overwrite valid data with empty metadata
- other small fixes/enhancements:
 - added event get_category_image_orders
 - fix display issue with redirect.tpl (h1/h2 within h1)
 - fix known_script smarty function registration
 - query search form not submitted if q is empty
 - better admin css rules
 - some other minor changes (ws_core, rest_handler, functions_search...)

git-svn-id: http://piwigo.org/svn/trunk@2521 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-12 02:17:35 +00:00
plegall
d39db9aaaf feature 169 added: ability to manually sort images inside a category. A
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-11 21:40:00 +00:00
rvelices
6ddb20d6f0 - fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION (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-10 01:16:13 +00:00
vdigital
d6b39bb4e1 Sylvia theme: a longer upper category border.
git-svn-id: http://piwigo.org/svn/trunk@2514 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-09 13:29:28 +00:00
rvelices
9aec2fb5e7 - fix typing error in index.tpl
- 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-09 09:53:31 +00:00
rvelices
26474d349f - fix issue when picture_url_style = file (sql query like)
- 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-09 01:16:32 +00:00
vdigital
b5c5a2aeae Sylvia theme: .content reviewed including hover/active backgrounds.
Some additional jQuery fade in/out functions 

git-svn-id: http://piwigo.org/svn/trunk@2510 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-08 20:46:11 +00:00
vdigital
85ea11bf35 Sylvia theme: .content reviewed (a temporary solution (with inactive backgrounds).
git-svn-id: http://piwigo.org/svn/trunk@2509 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-07 20:58:50 +00:00
vdigital
fdc4bb6311 Sylvia theme: .content reviewed (a temporary solution).
git-svn-id: http://piwigo.org/svn/trunk@2508 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-07 20:56:44 +00:00
vdigital
157695d7b1 Theme Sylvia (related to Sylvius).
git-svn-id: http://piwigo.org/svn/trunk@2506 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-06 22:05:35 +00:00
vdigital
5c021293f9 - Configuration reversed to simplify CSS
- 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-31 20:54:39 +00:00
rvelices
3a67845aaf - removed and moved (from common to admin) some CSS rules
- 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 01:26:26 +00:00
rvelices
abb2f22b2e - based on test_menu by grum (thanks to you) - integration of dynamic menu 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-28 00:32:39 +00:00
vdigital
7f956e71b9 Swift Theme Creator (minor changes): partly functional version.
git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-26 14:18:42 +00:00
rvelices
707351a95c - language - removed 2 unnecessary keys from admin.lang
- 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 01:12:31 +00:00
rvelices
0b32dd4c0b - further reduce css rules and remove unused ones
- 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-22 00:45:03 +00:00
rvelices
685f4e2998 - tried to reduce the number of css rules and selectors (most gains on 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-21 01:14:03 +00:00
rvelices
5a6298548b - local.lang is loaded without fallback on default language or 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-20 00:35:22 +00:00
rvelices
dcbaefafdf - ws can include php file before invoking web call method
- 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-19 23:58:35 +00:00
rvelices
06df392005 - optim dont include a php file if not required
- 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-16 01:32:37 +00:00
vdigital
8ab0da7da2 Admin advices can be easily extended to new advices.
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-12 20:43:56 +00:00
grum
d4a7be644b updating files for the Menu class (test_menu)
+ 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-08-09 21:27:58 +00:00
rvelices
35c2aeca68 - remove functions_group.inc.php (empty for some years; avoid unnecessary 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-24 01:30:12 +00:00
rvelices
b62eb188a2 - remove admin :hover css rule (bouncing thumbnails in caddie FF)
- 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-22 01:29:38 +00:00
rvelices
9c96b905ff - image rating on picture page done through ajax (tested safari/ie 6&7/ff)
git-svn-id: http://piwigo.org/svn/trunk@2435 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-15 01:29:23 +00:00
rvelices
e2ee204c12 - add to caddie on picture page done through ajax
git-svn-id: http://piwigo.org/svn/trunk@2429 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-12 00:30:27 +00:00
mathiasm
154420540b Bug 754 fixed for Butterfly (some languages missing)
git-svn-id: http://piwigo.org/svn/trunk@2421 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-04 22:33:58 +00:00
rvelices
644f8ee621 - first use of web services as Ajax: change the privacy level directly from the picture page
git-svn-id: http://piwigo.org/svn/trunk@2413 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02 01:11:26 +00:00
rvelices
d91d0ac444 - remember me cookie security improvement (the time when the cookie was 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-07-01 02:09:21 +00:00
rvelices
42eff237ae - remove some warnings in tags.tpl (when debug template is true)
- 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-23 23:40:55 +00:00
vdigital
143edcacae Removal some references to previous admin pages
New favicon


git-svn-id: http://piwigo.org/svn/trunk@2392 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22 20:38:19 +00:00
stripy
7d3d91e95a admin_v2 : menuBox-top with Y shape on right
git-svn-id: http://piwigo.org/svn/trunk@2389 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-03 15:37:29 +00:00
stripy
d2f5a27bd0 admin_v2 : to have the continuous right border all along menubar (with transparency on bottom)
git-svn-id: http://piwigo.org/svn/trunk@2388 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-02 23:39:52 +00:00
stripy
00593ea6cf admin_v2 : to have the continuous right border all along menubar
git-svn-id: http://piwigo.org/svn/trunk@2387 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-02 23:31:19 +00:00
vdigital
f8778f1fc6 Stripy admin: missing png
git-svn-id: http://piwigo.org/svn/trunk@2386 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-02 06:41:40 +00:00
stripy
9eaa9abfa7 git-svn-id: http://piwigo.org/svn/trunk@2385 68402e56-0260-453c-a942-63ccdbb3a9ee 2008-06-01 20:04:33 +00:00
stripy
2e46cced9e admin_v2 : bottom part of the menuBox, with the same size now than top part !! non mais ! ;-)
git-svn-id: http://piwigo.org/svn/trunk@2384 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01 20:01:54 +00:00
stripy
a6a5a91d3a git-svn-id: http://piwigo.org/svn/trunk@2383 68402e56-0260-453c-a942-63ccdbb3a9ee 2008-06-01 19:57:24 +00:00
stripy
6193c650a4 adnim_ve : bottom part of the left menuBox (same size than top part !)
git-svn-id: http://piwigo.org/svn/trunk@2382 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01 19:54:34 +00:00
vdigital
e9ef6ccc72 Stripy layout on Admin page (Not stable for all browsers)
git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-01 19:19:46 +00:00
stripy
1806fd5b36 admin_v2 : top part of the left menuBox
git-svn-id: http://piwigo.org/svn/trunk@2380 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31 23:16:02 +00:00
stripy
766f5340e6 admin_v2 : right part of the left menuBox
git-svn-id: http://piwigo.org/svn/trunk@2379 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31 23:15:36 +00:00
stripy
24575e9744 admin_v2 : left part of the left menuBox
git-svn-id: http://piwigo.org/svn/trunk@2378 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31 23:15:08 +00:00
stripy
ffd0464938 admin_v2 : bottom part of the left menuBox
git-svn-id: http://piwigo.org/svn/trunk@2377 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31 23:14:16 +00:00
stripy
b202e1ee9b git-svn-id: http://piwigo.org/svn/trunk@2376 68402e56-0260-453c-a942-63ccdbb3a9ee 2008-05-31 23:10:38 +00:00
stripy
70ee8cbfb3 admin_v2 : top part of the left menuBox
git-svn-id: http://piwigo.org/svn/trunk@2375 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-31 23:02:18 +00:00