Commit graph

1938 commits

Author SHA1 Message Date
rub
adb799fc46 jQuery use.
All admin categoryList are resizable.
All admin teataera are autogrow.

On call for all resize application.

git-svn-id: http://piwigo.org/svn/trunk@2603 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 21:47:46 +00:00
vdigital
3e96d7816b Duplicate known_script
and remove of a coral border...

git-svn-id: http://piwigo.org/svn/trunk@2602 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 20:50:14 +00:00
rub
976344410f known_script id was false on my last commit!
git-svn-id: http://piwigo.org/svn/trunk@2601 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 20:40:29 +00:00
vdigital
1f4d05d280 Bug 532 is solved: doubleSelect are jQuery resizable (based on a rub idea).
git-svn-id: http://piwigo.org/svn/trunk@2600 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 20:33:23 +00:00
rub
07a97a9d13 jQuery use.
All admin categoryList are resizable.

git-svn-id: http://piwigo.org/svn/trunk@2599 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 20:25:18 +00:00
rub
7dd09aa4f6 jQuery use.
All admin textarea are resizable.

git-svn-id: http://piwigo.org/svn/trunk@2598 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 20:18:34 +00:00
vdigital
097f30ce77 Rollback on double_select horizontal scroll.
git-svn-id: http://piwigo.org/svn/trunk@2596 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 17:06:07 +00:00
rvelices
da7b79b47b - the author in RSS feed can be configured in config_default.inc.php
git-svn-id: http://piwigo.org/svn/trunk@2595 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 01:43:41 +00:00
rvelices
c9efc7e0bf - put the privacy level change select last in the table, added title attribute for the rating stars
git-svn-id: http://piwigo.org/svn/trunk@2594 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 01:40:05 +00:00
rvelices
0db762f1f5 - removed 3 unused rules from thumbnails.css
- changed default font-family to Arial,Helvetica,sans-serif because it is widely used, available on most platforms with a very good utf-8 coverage while Univers, Helvetica, Optima, "Bitstream Vera Sans" were not even all sans serif

git-svn-id: http://piwigo.org/svn/trunk@2593 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26 01:21:37 +00:00
plegall
d04fd1d44e feature 868 added: pwg.images.add checks if the same file has not alread
been uploaded.


git-svn-id: http://piwigo.org/svn/trunk@2592 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 23:01:35 +00:00
patdenice
9ebc3be5bd - Change tooltip width to 300px in new plugins list
- Remove Extended Description from trunk... it will be available in PEM.

git-svn-id: http://piwigo.org/svn/trunk@2591 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 20:31:42 +00:00
vdigital
0c0ce66e82 Bug 532... doubleSelect wasn't usable with large category names. (This solution is really bad with IE7). See Bug for more and related topic.
git-svn-id: http://piwigo.org/svn/trunk@2590 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 19:46:37 +00:00
vdigital
3c4e16bf82 Change cluetip colors to roma theme color-set.
git-svn-id: http://piwigo.org/svn/trunk@2589 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 19:20:08 +00:00
patdenice
1eb3d18ae2 - Move get_extents function to include/functions.inc.php.
- Change all plugins version to 2.0.
- LocalFiles Editor can now edit and create template extension.
- Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible)
- Editarea activation is now saved in database with AJAX.

git-svn-id: http://piwigo.org/svn/trunk@2588 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 17:46:27 +00:00
patdenice
fd0b26af45 - Add all jQuery UI files (for future use) in stable version (1.5.2).
- Use jQuery cluetip plugin for new plugins page.
- Remove old CSS tooltip rules.

git-svn-id: http://piwigo.org/svn/trunk@2587 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 15:10:39 +00:00
rvelices
a3dc10babc - sql optim: do not include category_cats (which makes a query) if current category does not have children (info known when building menubar)
- in index.php - fill the template completely before including menubar/category_cats/thumbnails (some themes might want to use in the menubar some vars ...)

git-svn-id: http://piwigo.org/svn/trunk@2586 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 00:39:12 +00:00
rvelices
c15f6faced - some checks for admins that are advisers (no write access)
- send the charset in http header for web services
- tag name becomes an xml attribute instead of content for tags.getList and related tags in images.getInfo (more logical and coherent with tags.getAdminList)

git-svn-id: http://piwigo.org/svn/trunk@2585 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25 00:30:42 +00:00
plegall
5adad7565c new: WebService method pwg.tags.getAdminList was added. The difference with
pwg.tags.getList is that this new method doesn't take permissions into
account, and so is available only for administrator connected users.


git-svn-id: http://piwigo.org/svn/trunk@2584 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 21:30:33 +00:00
plegall
6df515a54f new: WebService method pwg.categories.add so that pLoader can create a
virtual category.


git-svn-id: http://piwigo.org/svn/trunk@2583 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 20:25:39 +00:00
vdigital
0d70e80ad8 ranks.png close to the #ff3363 ? (I am not able to do better).
git-svn-id: http://piwigo.org/svn/trunk@2582 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 19:25:46 +00:00
vdigital
ad554e3bf6 .virtual_cat removed from public side
git-svn-id: http://piwigo.org/svn/trunk@2581 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 19:15:01 +00:00
rub
e139a3472c Remove not used upload.class.php
git-svn-id: http://piwigo.org/svn/trunk@2580 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 06:07:26 +00:00
rvelices
351d3558b1 - feature admin element set: recently posted images (nice if you forget add to caddie during synchro phase)
git-svn-id: http://piwigo.org/svn/trunk@2579 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 01:27:49 +00:00
rvelices
01f78a2feb - user_list submit form without selected user shows javascript alert (now working; previously had bad XPath selector)
- put #debug css rule in Sylvia/theme.css (I removed it in my prev commit from default-layout)

git-svn-id: http://piwigo.org/svn/trunk@2578 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 00:51:40 +00:00
vdigital
45387067c2 Part of bug 532... doubleSelect wasn't usable with large category names.
git-svn-id: http://piwigo.org/svn/trunk@2577 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23 22:04:02 +00:00
plegall
93629d04a7 bug 867 fixed: if the caddie is under management in admin/element_set,
dissociating any image from a category doesn't hide from the caddie.


git-svn-id: http://piwigo.org/svn/trunk@2576 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23 21:42:01 +00:00
plegall
52f0cce24f bug fixed: now that WebService method pwg.images.add create image records
with no storage_category_id, we allow this field to be null in the
administration code.


git-svn-id: http://piwigo.org/svn/trunk@2575 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23 21:26:36 +00:00
vdigital
8ffef257e1 Plugins menu revised to have a link to plugin list at upper level.
And scroll in case of...

git-svn-id: http://piwigo.org/svn/trunk@2574 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23 17:56:54 +00:00
patdenice
1da4bc7daa Change cursor when moving on categories
git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23 10:10:43 +00:00
rvelices
dda9f5db66 - removed #debug css rule (why would we need that in default-layout?)
- order by rank is not available in calendar/chronology mode
- small non-functional change in functions_search.inc.php (handy for plugin)
- unused variables/smaller code/unused params in func call

git-svn-id: http://piwigo.org/svn/trunk@2572 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-23 01:04:41 +00:00
vdigital
cde8cefaf2 New ranks icon (Which is a manual ordering).
remove tags moved to yoga.
Half round buttons and fieldset are removed on Stripy request...
Permalink order has been reviewed.
Bigbutton:hover mistake is repaired.
Some compatibility in public interface.


git-svn-id: http://piwigo.org/svn/trunk@2570 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 21:49:34 +00:00
plegall
aa41a468e5 improvement: WebService method pwg.images.add can set fill #images table
columns. rank is directly related to a category and several categories can
be linked at once. Basic technical metadata {filesize, width, height} are
automaticaly filled.


git-svn-id: http://piwigo.org/svn/trunk@2569 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 21:47:03 +00:00
patdenice
d2d9f7a2d2 Icon file for cat_list I forgot in last commit...
git-svn-id: http://piwigo.org/svn/trunk@2568 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 16:55:13 +00:00
patdenice
d6f1eb7c83 Add "draggable" icon for cat_list.
git-svn-id: http://piwigo.org/svn/trunk@2567 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 15:31:38 +00:00
ddtddt
3b480117a4 error of format
git-svn-id: http://piwigo.org/svn/trunk@2566 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 09:37:11 +00:00
ddtddt
73e16cefed Updated language Spanish
git-svn-id: http://piwigo.org/svn/trunk@2565 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 09:04:41 +00:00
vdigital
f350b1eba8 All admin changes requested by Stripy...
git-svn-id: http://piwigo.org/svn/trunk@2564 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 20:59:56 +00:00
plegall
0283203cce new: webservice method pwg.categories.getAdminList was added so that pLoader
can see the list of categories as you can see in the administration
interface : not filtered by individual permissions.


git-svn-id: http://piwigo.org/svn/trunk@2563 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 20:42:17 +00:00
vdigital
a49da1d480 phpinfo() in a new window.
git-svn-id: http://piwigo.org/svn/trunk@2562 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 16:06:16 +00:00
vdigital
8e9dc30ecc Synchro page title for 1024x768 resolutions.
git-svn-id: http://piwigo.org/svn/trunk@2561 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 16:00:33 +00:00
rvelices
93fb07841f - fix function get_fulldirs - works correctly eent for wrong params (virtual cats)
- fix functions_metadata.php - could not be included from inside another function 

git-svn-id: http://piwigo.org/svn/trunk@2560 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 11:06:20 +00:00
rvelices
a0a0511a6f - bug 865: Unable to manage users (I thought I tested this jquery functionality; apparently not so out it goes)
git-svn-id: http://piwigo.org/svn/trunk@2559 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 11:03:12 +00:00
rvelices
fc5a93c386 - fix undefined smarty foreach loop name
git-svn-id: http://piwigo.org/svn/trunk@2558 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 11:02:04 +00:00
rvelices
a3a378d1de - fix undefined template variable F_ACTION
git-svn-id: http://piwigo.org/svn/trunk@2557 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 11:01:36 +00:00
vdigital
c76d687579 Sylvia: Border lines broken on Tags block on gallery side
Roma: Quick Local Synchro link is limited to the button (Leaves are still highlighted on over but without link).


git-svn-id: http://piwigo.org/svn/trunk@2556 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21 09:48:04 +00:00
vdigital
dfddce4d30 Big button is fully working including IE 7 (big button is covered by transparent.gif button).
git-svn-id: http://piwigo.org/svn/trunk@2555 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-20 14:55:17 +00:00
patdenice
c9cb39aadc - Add drag&drop to cat_list.
git-svn-id: http://piwigo.org/svn/trunk@2554 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-20 01:04:01 +00:00
plegall
d55107e3e3 improvement: instead of sending the images_max_rank of each category in
pwg.categories.getList so that you can correctly set the rank in
pwg.images.add, the rank is calculated automatically in pwg.images.add so
that the image is added at the end of the category.


git-svn-id: http://piwigo.org/svn/trunk@2553 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-19 22:59:41 +00:00
vdigital
67ffcee504 Big button is fully working with Firefox.
With IE 7 there is a bug, z-index doesn't work a transparent button is covering text "Quick Local Synchro".

git-svn-id: http://piwigo.org/svn/trunk@2552 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-19 21:41:19 +00:00