plegall
bd6d2d0a21
- profile.php is no longer used for listing users : admin/user_list.php
...
comes back (as in 1.3 branch)
- user list updated : ability to filter list on username
git-svn-id: http://piwigo.org/svn/trunk@768 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-25 21:35:10 +00:00
plegall
93650321f0
- ChangeLog update according to Gweltas' commit
...
git-svn-id: http://piwigo.org/svn/trunk@767 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-25 21:30:43 +00:00
gweltas
3df4c4c00b
- L�g�re modification pour permettre une installation m�me si le fichier mysql.inc.php n'existe pas.
...
- Introduction des statistiques mensuelles.
- Modification des labels anglais lors de l'installation
git-svn-id: http://piwigo.org/svn/trunk@766 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-25 15:41:56 +00:00
plegall
b63d91c59e
- elements batch management : element_set page becomes the frontend to
...
element_set_global and element_set_unit, infos_images (after a long time
of use) become deprecated : the more powerful element_set is used
instead. Consequently, batch management concerns caddie but also "normal
categories".
- refactoring code in admin.php to include the sub-file (clearer)
- caddie : function fill_caddie replaces the code in category.php and can be
used in admin/element_set.php
- caddie : caddie table is added in delete_elements function
git-svn-id: http://piwigo.org/svn/trunk@764 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-16 16:56:32 +00:00
plegall
41e52d7a8a
- elements batch management : in addition to global mode, a unit mode is
...
added : ability to manage a set of elements, element by element. This
screen is very close to the existing "infos_images" (which will soon
disappear).
* elements batch management : in screen element_set_global, the display
options are displayed at the top as in element_set_unit
git-svn-id: http://piwigo.org/svn/trunk@763 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-16 07:49:55 +00:00
plegall
8549bee38a
- functions get_day_list and get_month_list moved from search.php to
...
include/functions.inc.php : these functions are now also used in
admin/element_set_global.php
- elements batch management improved : ability to set the number of elements
to display per line, ability to set {author, name, creation date} fields,
ability to add and remove keywords, ability to take selected elements out
of caddie
git-svn-id: http://piwigo.org/svn/trunk@762 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-04-11 20:31:50 +00:00
plegall
fdc5ce0a55
- apply category name and element name separation in calendar special
...
category
- change method of counting total number of viewable pictures : pictures
linked to more than one category are not counted twice.
git-svn-id: http://piwigo.org/svn/trunk@761 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-31 21:53:24 +00:00
plegall
26b44267d5
- "add to caddie" link is visible only when categories contains
...
elements. Only admin users can see this link
- elements batch management : impossible to create a link between category
and element that already exists
- logical separation of category name under thumbnail and element name
git-svn-id: http://piwigo.org/svn/trunk@760 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-26 22:35:07 +00:00
plegall
03b8e7bb35
- in complement of new configuration parameter "show_version", version is
...
not shown anymore in about page
git-svn-id: http://piwigo.org/svn/trunk@759 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-25 23:02:14 +00:00
plegall
1e3f5197d6
- new way of managing the application version
...
git-svn-id: http://piwigo.org/svn/trunk@758 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-25 22:47:18 +00:00
plegall
aed2bd916e
- new feature : caddie (new table was forgotten in previous commit)
...
git-svn-id: http://piwigo.org/svn/trunk@757 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-25 22:26:35 +00:00
plegall
412ea5e01a
- typo fixed : wrong block name closed in template
...
git-svn-id: http://piwigo.org/svn/trunk@756 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-25 22:15:02 +00:00
plegall
ef080278bf
- new feature : caddie. The purpose is batch management, especially
...
concerning elements to categories associations. This is the very first
release, needs many improvements.
- new function : array_from_query. Firstly used by "caddie" feature, it may
be useful in many cases.
git-svn-id: http://piwigo.org/svn/trunk@755 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-25 22:10:55 +00:00
plegall
333d44c398
- new configuration parameter show_version : should the version be displayed
...
or not ?
git-svn-id: http://piwigo.org/svn/trunk@754 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-16 20:57:54 +00:00
plegall
06dbb37901
- bug fixed : listing.xml file must be placed in root directory, not in
...
"admin" directory anymore.
git-svn-id: http://piwigo.org/svn/trunk@750 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-12 10:57:01 +00:00
plegall
13b6729e4f
- no use of "realpath" function anymore : this function is too often buggy
...
and returns nothing (crash of template system as consequence...). The use
of this function was not essential
git-svn-id: http://piwigo.org/svn/trunk@749 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-12 10:51:08 +00:00
plegall
e0c0632796
- bug fixed : wrong translation of "rate" by "vote" in French. "rate" is
...
translated by "note" now.
git-svn-id: http://piwigo.org/svn/trunk@748 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-12 10:37:19 +00:00
plegall
a159c579b7
- bug fixed : errors in notification mails... $conf['webmaster'] as
...
disappeared and $conf['version'] was replaced by PHPWG_VERSION
git-svn-id: http://piwigo.org/svn/trunk@747 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-12 10:29:54 +00:00
plegall
56d095b30f
- bug fixed : status name is displayed as its localized name
...
git-svn-id: http://piwigo.org/svn/trunk@746 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-12 10:28:44 +00:00
plegall
0755ca8bfe
- bug fixed : there was no category name displayed in notification mails for
...
new comment in special categories (other than numeric
categories). Solution was to search related categories at the beginning of
picture.php
git-svn-id: http://piwigo.org/svn/trunk@745 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-12 10:27:43 +00:00
plegall
f9823c912b
- bug fixed : "all" categories link name is now localized
...
git-svn-id: http://piwigo.org/svn/trunk@744 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-03-06 21:31:19 +00:00
plegall
8397b98d28
- bug fixed : localized label on submit button to add users in
...
administration
git-svn-id: http://piwigo.org/svn/trunk@743 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-18 20:46:17 +00:00
plegall
b3aff324b9
- ability to add users from administration panel
...
git-svn-id: http://piwigo.org/svn/trunk@741 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 19:53:07 +00:00
plegall
72b4671ba9
- bug fixed : when a error occured during registration, the mail address
...
submitted was not displayed on correction form
git-svn-id: http://piwigo.org/svn/trunk@740 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 18:26:01 +00:00
plegall
2829f5105f
- version moved from 1.4.0RC2 to 1.4.0RC3
...
git-svn-id: http://piwigo.org/svn/trunk@739 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 18:04:48 +00:00
plegall
11cf1e01f7
- bug fixed : instead of showing a blank page when trying to use Exif tags
...
read function, display a message telling the problem
git-svn-id: http://piwigo.org/svn/trunk@738 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 12:49:52 +00:00
plegall
abfbb7f706
- bug fixed : the representative picture of video.avi can't be
...
pwg_representative/video.avi but can be pwg_representative/video.jpg
(because it's a picture)
git-svn-id: http://piwigo.org/svn/trunk@737 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 10:25:59 +00:00
plegall
ec6e36c1dd
- bug fixed : more precise information about setting a new random
...
representant
git-svn-id: http://piwigo.org/svn/trunk@736 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 10:23:09 +00:00
plegall
6a16bf5bb1
- in case of SQL error, stop execution (prevents from errors in
...
synchronization)
git-svn-id: http://piwigo.org/svn/trunk@735 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 10:21:11 +00:00
plegall
d6af5d9628
- no rate form for guest (not connected)
...
git-svn-id: http://piwigo.org/svn/trunk@734 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-13 10:19:58 +00:00
plegall
70478add18
- removes from special menu the number of elements displayed in most_seen
...
and best_rated categories
git-svn-id: http://piwigo.org/svn/trunk@733 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-09 21:47:21 +00:00
plegall
10adb2a72c
- bug fixed : even with a wrong date given, tries to update (should not)
...
git-svn-id: http://piwigo.org/svn/trunk@732 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-09 21:46:28 +00:00
plegall
1c7a70ff2d
typo fixed
...
git-svn-id: http://piwigo.org/svn/trunk@731 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-09 21:45:24 +00:00
plegall
ec98902e5a
- bug fixed : no need to wrap iptc values into quotes, they are added by
...
mass_insert
git-svn-id: http://piwigo.org/svn/trunk@730 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-08 21:56:12 +00:00
plegall
ee0f6c9c71
- typo fixed
...
git-svn-id: http://piwigo.org/svn/trunk@729 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-08 21:55:03 +00:00
plegall
7d51de44ee
- bug fixed : can't find a new category id for virtual category creation if
...
no existing category.
git-svn-id: http://piwigo.org/svn/trunk@728 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-07 21:44:21 +00:00
plegall
357ed72163
- bug 75 fixed : unlogical screen when removing the last favorite
...
git-svn-id: http://piwigo.org/svn/trunk@727 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-01 23:19:44 +00:00
plegall
750354a231
- bug fixed : text "Powered by" is now localized
...
git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-01 22:22:17 +00:00
plegall
f30455c6ff
- bug fixed : when a user is the guest user, login saved in history table is
...
"guest" and not the localized version of guest username
git-svn-id: http://piwigo.org/svn/trunk@725 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-01 07:29:37 +00:00
plegall
8479367eb2
- purge of obsolete lines
...
git-svn-id: http://piwigo.org/svn/trunk@724 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-02-01 07:28:38 +00:00
plegall
68970e1e65
- add information after metadata synchronization
...
git-svn-id: http://piwigo.org/svn/trunk@723 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-31 23:22:29 +00:00
plegall
a500671dc2
- bug fixed : slideshow was not working since modification of test on
...
$refresh var.
git-svn-id: http://piwigo.org/svn/trunk@722 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-30 22:16:31 +00:00
plegall
cf48bf46e3
- bug fixed : same comments displayed as many times as element categories
...
git-svn-id: http://piwigo.org/svn/trunk@721 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-23 15:27:20 +00:00
plegall
7eb2d433b7
- bug fixed : title_comments language item was missing in english
...
git-svn-id: http://piwigo.org/svn/trunk@720 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-23 15:26:39 +00:00
plegall
2f50745d14
- version moved to 1.4.0RC2
...
git-svn-id: http://piwigo.org/svn/trunk@718 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-21 22:09:58 +00:00
plegall
05063edcce
- highlight search results disabled before rewrite
...
git-svn-id: http://piwigo.org/svn/trunk@717 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-20 23:42:35 +00:00
plegall
35c3e39bb8
- bug fixed : word "all" for creating all thumbnails is now in i18n
...
git-svn-id: http://piwigo.org/svn/trunk@716 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-20 23:41:27 +00:00
plegall
59ab5dec26
- bug fixed : search on accentuated characters is possible
...
git-svn-id: http://piwigo.org/svn/trunk@715 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-20 23:09:28 +00:00
gweltas
5d7813b9b2
- New navigation arrows
...
git-svn-id: http://piwigo.org/svn/trunk@712 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-20 15:43:14 +00:00
gweltas
f6d7b36243
- Misalignement of navigation arrows in picture.tpl (specific IE)
...
- Comments are now an unlimited textarea
git-svn-id: http://piwigo.org/svn/trunk@711 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-01-20 15:06:06 +00:00