[Phpwebgallery-cvs] r1048 - in /trunk: admin/configuration.php admin/include/functions.php admin/user_list.php include/functions.inc.php

2006-02-20 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb 20 23:14:24 2006
New Revision: 1048

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1048&view=rev
Log:

request 290: replace function get_themes name to avoid redeclaration from
Wordpress in jillij template.

Modified:
trunk/admin/configuration.php
trunk/admin/include/functions.php
trunk/admin/user_list.php
trunk/include/functions.inc.php


___
Phpwebgallery-cvs mailing list
[EMAIL PROTECTED]
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1053 - in /trunk/include: calendar_base.class.php calendar_monthly.class.php category_default.inc.php functions_calendar.inc.php

2006-02-23 Thread Pierrick LE GALL
Author: plg
Date: Thu Feb 23 17:53:11 2006
New Revision: 1053

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1053&view=rev
Log:

modification: DAY() MySQL function replaced by DAYOFMONTH() to improve
backward compatibility (this function was added in MySQL 4.1)

bug fixed: with chronology mode, PWG displays thumbnails on main page if
even if no category (which will soon be called "section") is set. This was
producing warnings on category.php from include/category_default.inc.php.

refactoring: on include/calendar_base.class.php and
include/functions_calendar.inc.php. Unix file format, coding guidelines,
etc. While trying to understand the code, I've made some presentation
modification to clarify variable names and so on.

Modified:
trunk/include/calendar_base.class.php
trunk/include/calendar_monthly.class.php
trunk/include/category_default.inc.php
trunk/include/functions_calendar.inc.php


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1054 - in /branches/branch-1_5/include: category_calendar.inc.php functions_category.inc.php

2006-02-23 Thread Pierrick LE GALL
Author: plg
Date: Thu Feb 23 22:38:00 2006
New Revision: 1054

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1054&view=rev
Log:

bug 278 fixed: calendar on date_available could not work because
date_available has a datetime MySQL column format while date_creation has a
date MySQL column format. We use DATE_FORMAT MySQL function to resolv this
issue.

Modified:
branches/branch-1_5/include/category_calendar.inc.php
branches/branch-1_5/include/functions_category.inc.php


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


Re: [Phpwebgallery-cvs] r1042 - in /trunk: ./ admin/ admin/include/ include/ language/en_UK.iso-8859-1/ language/fr_FR.iso-8859-1/ template/yoga/ template/yoga/admin/

2006-02-28 Thread Pierrick LE GALL
Radu <[EMAIL PROTECTED]> writes:

> Modified:
>
> [...]
>
> trunk/admin/include/functions.php

You use UPDATE [...] LEFT JOIN in update_average_rate. Warning:
multi-table update is available only in MySQL 4.0.4, as noted in
mass_updates function.

My advise: as we have not officially said that MySQL 4 was the minimum
requirement, use mass_updates to hide this update.

Bye

-- 
Pierrick LE GALL

___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1064 - in /trunk: admin/ admin/include/ include/ install/ install/db/ template/yoga/admin/

2006-03-04 Thread Pierrick LE GALL
Author: plg
Date: Sun Mar  5 00:31:46 2006
New Revision: 1064

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1064&view=rev
Log:

new feature: source/destination links between categories. Will we keep this
feature? Code is complicated and very few people will understand how it
works...

modification: #images.storage_category_id replaced by
#image_category.is_storage

improvement: many code refactoring to improve readibility

improvement: virtual category creation code was moved to a dedicated
function in order to be called from admin/cat_list.php and
admin/cat_modify.php (create a new destination category)

Added:
trunk/install/db/10-database.php
trunk/install/db/9-database.php
Modified:
trunk/admin/cat_list.php
trunk/admin/cat_modify.php
trunk/admin/include/functions.php
trunk/admin/include/functions_metadata.php
trunk/admin/maintenance.php
trunk/admin/picture_modify.php
trunk/admin/rating.php
trunk/admin/site_reader_local.php
trunk/admin/site_reader_remote.php
trunk/admin/site_update.php
trunk/include/constants.php
trunk/install/phpwebgallery_structure.sql
trunk/template/yoga/admin/cat_list.tpl
trunk/template/yoga/admin/cat_modify.tpl


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1065 - in /trunk: admin/element_set_global.php admin/picture_modify.php install/db/11-database.php

2006-03-05 Thread Pierrick LE GALL
Author: plg
Date: Sun Mar  5 23:44:32 2006
New Revision: 1065

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1065&view=rev
Log:

bug fixed: table #categories_link was created with an hardcoded prefix

bug fixed: on source/destination links, if an image/category association is
added to a source, destinations must be filled. If an image/category
association is delete from a source, the same association must be deleted in
the destinations.

Added:
trunk/install/db/11-database.php
Modified:
trunk/admin/element_set_global.php
trunk/admin/picture_modify.php


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1066 - in /trunk: admin/cat_list.php language/en_UK.iso-8859-1/admin.lang.php language/fr_FR.iso-8859-1/admin.lang.php template/yoga/admin/cat_list.tpl

2006-03-06 Thread Pierrick LE GALL
Author: plg
Date: Tue Mar  7 00:28:51 2006
New Revision: 1066

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1066&view=rev
Log:

request 302: order categories alphanumerically

alphanumerically sort of language keys in admin.lang.php

Modified:
trunk/admin/cat_list.php
trunk/language/en_UK.iso-8859-1/admin.lang.php
trunk/language/fr_FR.iso-8859-1/admin.lang.php
trunk/template/yoga/admin/cat_list.tpl


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


Re: [Phpwebgallery-cvs] r1070 - in /trunk: ./ admin/ admin/include/ include/ install/ install/db/ language/en_UK.iso-8859-1/ language/fr_FR.iso-8859-1/

2006-03-09 Thread Pierrick LE GALL
Hi Ruben,

Ruben <[EMAIL PROTECTED]> writes:

> Author: rub
> Date: Thu Mar  9 00:14:53 2006
> New Revision: 1070
>
> URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1070&view=rev
> Log:
> Step 1 improvement issue 301:
>   o Change status of table #_user_infos
>   o Don't send password to webmaster, guest, generic

select
  id user_id, username, mail_address
from
  phpwebgallery_users
where
  mail_address is not null and 
  id not in (select user_id from phpwebgallery_user_mail_notification)
order by
  id;
[mysql error 1064] You have an error in your SQL syntax.  Check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'select user_id from phpwebgallery_user_mail_notification)
order

Please, do not use "sub selects".

> Next Step:
>   o Functions Check of status
>   o Restricted Access for user generic

Did you made these modification in your commit? If not, please do not
tell about next steps (in case you wouldn't do them).

Bye

-- 
Pierrick LE GALL

___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


Re: [Phpwebgallery-cvs] r1075 - in /trunk: admin/include/functions_upgrade.php include/common.inc.php include/functions_user.inc.php upgrade.php upgrade_feed.php

2006-03-10 Thread Pierrick LE GALL
Hi Ruben,

Ruben <[EMAIL PROTECTED]> writes:

>   o upgrade_feed.php is showed only for administrator user

I do not agree with this. upgrade_feed.php is used only on builds and
among developers, not on stable branches. Imagine an upgrade that modify
the authentication procedure... You must see upgrades even if you're not
logged in as an admin.

Bye

-- 
Pierrick LE GALL

___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


Re: [Phpwebgallery-cvs] r1075 - in /trunk: admin/include/functions_upgrade.php include/common.inc.php include/functions_user.inc.php upgrade.php upgrade_feed.php

2006-03-10 Thread Pierrick LE GALL
"Ruben" <[EMAIL PROTECTED]> writes:

> Hi,
>
> upgrade_feed only on builds and among developper?

Yes, sorry if it was not clear :-/

> [...] On authentification procedure, a directly call of
> upgrade_feed.php resolve problem.

You're right.

> In fact, I don't like upgrade procedure with be call/showed by normal
> user.

If you consider upgrade_feed.php is not available in stable releases,
does it change your opinion? I do not know THE truth, I just didn't
designed upgrade_feed.php procedure to be only used by admins.

> Else, the test of PHPWG_IN_UPGRADE must be keep?

IMO, check_upgrade is fine in upgrade.php but not in upgrade_feed.php.

Thanks for your work :-)

Bye


-- 
Pierrick LE GALL

___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


Re: [Phpwebgallery-cvs] r1075 - in /trunk: admin/include/functions_upgrade.php include/common.inc.php include/functions_user.inc.php upgrade.php upgrade_feed.php

2006-03-10 Thread Pierrick LE GALL
"Ruben" <[EMAIL PROTECTED]> writes:

>>> Else, the test of PHPWG_IN_UPGRADE must be keep?
>>
>> IMO, check_upgrade is fine in upgrade.php but not in upgrade_feed.php.
>
> I prefer keep because I test on my local machine and on free server
> and this check allow to control the use of
> upgrade_feed. ($conf['check_upgrade_feed'] allows only to "show" the
> informations but not limits the use of upgrade_feed.php).  So?

Ypu understood how was designed upgrade_feed.php and how I use it, I let
you decide how to make it usable for both of us :-)

Bye

-- 
Pierrick LE GALL

___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1082 - in /trunk: ./ admin/ admin/include/ include/

2006-03-15 Thread Pierrick LE GALL
Author: plg
Date: Wed Mar 15 23:44:35 2006
New Revision: 1082

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1082&view=rev
Log:

new: cleaner URL. Instead of category.php?cat=search&search=123&start=42,
you now have category.php?/search/123/start-42. Functions make_index_url and
make_picture_url build these new URLs. Functions duplicate_picture_url and
duplicate_index_url provide shortcuts to URL creation. The current main page
page is still category.php but this can be modified easily in make_index_url
function. In this first version, no backward compatibility. Calendar
definition in URL must be discussed with rvelices.

improvement: picture.php redesigned. First actions like "set as
representative" or "delete a comment" which all lead to a redirection. Then
the page (the big mess) and includes of new sub pages to manage specific
parts of the page (metadata, user comments, rates).

new: with the cleaner URL comes a new terminology. $page['cat'] doesn't
exist anymore. $page['section'] is among 'categories', 'tags' (TODO),
'list', 'most_seen'... And sub parameters are set : $page['category'] if
$page['section'] is "categories". See URL analyse in
include/section_init.inc.php for details.

Added:
trunk/include/picture_comment.inc.php
trunk/include/picture_metadata.inc.php
trunk/include/picture_rate.inc.php
Modified:
trunk/about.php
trunk/admin.php
trunk/admin/cat_list.php
trunk/admin/cat_modify.php
trunk/admin/include/functions.php
trunk/admin/picture_modify.php
trunk/category.php
trunk/comments.php
trunk/identification.php
trunk/include/category_default.inc.php
trunk/include/category_recent_cats.inc.php
trunk/include/category_subcats.inc.php
trunk/include/functions.inc.php
trunk/include/functions_category.inc.php
trunk/include/functions_html.inc.php
trunk/include/index.php
trunk/include/section_init.inc.php
trunk/notification.php
trunk/password.php
trunk/picture.php
trunk/profile.php
trunk/random.php
trunk/register.php
trunk/search.php
trunk/upload.php


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1084 - in /trunk: ./ admin/ include/

2006-03-16 Thread Pierrick LE GALL
Author: plg
Date: Thu Mar 16 23:34:45 2006
New Revision: 1084

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1084&view=rev
Log:

bug fixed: create_navigation_bar take into account clean URL if requested.

deletion: argument link_class (HTML class of links) in function
create_navigation_bar was removed, useless since branch 1.5.

bug fixed: rate_items are now a configuration parameter (set in config file)

modification: new functions library functions_rate.inc.php to reduce
picture.php length.

bug fixed: categories were never expanded in the menu since clean URLs.

bug fixed: changing pictures sorting order in main page was always
rederecting to root category.

Added:
trunk/include/functions_rate.inc.php
Modified:
trunk/admin/element_set_global.php
trunk/admin/element_set_unit.php
trunk/admin/rating.php
trunk/admin/stats.php
trunk/admin/user_list.php
trunk/category.php
trunk/include/config_default.inc.php
trunk/include/functions.inc.php
trunk/include/functions_category.inc.php
trunk/include/functions_html.inc.php
trunk/include/picture_comment.inc.php
trunk/include/picture_rate.inc.php
trunk/picture.php


___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


Re: [Phpwebgallery-cvs] r1090 - in /trunk: ./ admin/ include/ language/en_UK.iso-8859-1/ language/fr_FR.iso-8859-1/

2006-03-22 Thread Pierrick LE GALL
Radu <[EMAIL PROTECTED]> writes:

> Author: rvelices
> Date: Tue Mar 21 02:27:21 2006
> New Revision: 1090
>
> URL rewriting: fix some old links, calendar simplification and prepare code 
> for urls without ? (added functions get_root_url and add_url_param)

About add_url_param, I would have made something like that:

add_url_param(
  $url,
  array(
'slideshow'   => 3,
'toggle_metadata' => 1,
)
  );

An array with param=>value instead of a string. I think it's cleaner and
let us modify url format in the future if we need it. What is your
opinion about that ?

Bye

-- 
Pierrick LE GALL

___
Phpwebgallery-cvs mailing list
Phpwebgallery-cvs@gna.org
https://mail.gna.org/listinfo/phpwebgallery-cvs


[Phpwebgallery-cvs] r1021 - in /trunk/include: config_default.inc.php functions.inc.php functions_mail.inc.php functions_notification.inc.php page_tail.php

2006-02-01 Thread Pierrick LE GALL
Author: plg
Date: Wed Feb  1 23:07:26 2006
New Revision: 1021

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1021&view=rev
Log:

Applying coding style guidelines to r1018 and r1019.

New function get_webmaster_mail_address used in include/page_tail.php and
include/functions_mail.inc.php.

Nothing else than functions in include/functions*, init_conf_mail() was
useless in include/functions_mail.inc.php because $conf_mail is only used in
function pwg_mail.

bug fixed: files include/functions_mail.inc.php and
include/functions_notification.inc.php had been commited in DOS format! Unix
file format is the only file format authorized.

Modified:
trunk/include/config_default.inc.php
trunk/include/functions.inc.php
trunk/include/functions_mail.inc.php
trunk/include/functions_notification.inc.php
trunk/include/page_tail.php




[Phpwebgallery-cvs] r1027 - in /trunk: include/common.inc.php include/functions.inc.php install.php upgrade_feed.php

2006-02-06 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb  6 22:52:16 2006
New Revision: 1027

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1027&view=rev
Log:

improvement: upgrades id retrieving in include/common.inc.php and
upgrade_feed.php are now made by dedicated function
get_available_upgrade_ids.

bug fixed: after an installation, you had to play all available upgrades,
which was wrong. install.php inserts informations related to all available
upgrades at installation time. Thus avoiding automatic upgrades.

Modified:
trunk/include/common.inc.php
trunk/include/functions.inc.php
trunk/install.php
trunk/upgrade_feed.php




[Phpwebgallery-cvs] r1036 - in /trunk: ./ include/

2006-02-12 Thread Pierrick LE GALL
Author: plg
Date: Sun Feb 12 22:52:16 2006
New Revision: 1036

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1036&view=rev
Log:

improvement: $page['where'] string replaced by $page['items'].
$page['where'] was an SQL clause used to retrieve pictures in #images
table. $page['items'] is the list of picture ids of the current section.

improvement: function initialize_category replaced by dedicated included PHP
script include/section_init.inc.php. Code was refactored to improve
readibility and maintenability. $page['navigation_bar'] is now build in
category.php instead of initialize_category function. Function check_cat_id
was also replaced by a piece of code in the new file. The file to include to
display thumbnails from category.php is now set in section_init.inc.php
instead of calculated in category.php.

bug fix: the test for rel="up" link for standard HTML navigation links in
category menu was not working with non numeric categories, such as
"favorites".

improvement: function check_login_authorization removed because useless but
in profile.php.

Added:
trunk/include/section_init.inc.php
Modified:
trunk/category.php
trunk/include/category_default.inc.php
trunk/include/common.inc.php
trunk/include/functions_category.inc.php
trunk/include/functions_html.inc.php
trunk/include/functions_user.inc.php
trunk/include/user.inc.php
trunk/picture.php
trunk/profile.php
trunk/search.php
trunk/upload.php




[Phpwebgallery-cvs] r1037 - /branches/branch-1_5/admin/stats.php

2006-02-13 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb 13 22:41:16 2006
New Revision: 1037

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1037&view=rev
Log:

bug 276 fixed: french word "du" was hardcoded on day stats. Replaced by a
":", just like for month stats.

Modified:
branches/branch-1_5/admin/stats.php




[Phpwebgallery-cvs] r1038 - /trunk/admin/stats.php

2006-02-13 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb 13 22:44:17 2006
New Revision: 1038

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1038&view=rev
Log:

merge -r1036:1037 from branches/branch-1_5 into trunk (bug 276 fixed)

Modified:
trunk/admin/stats.php




[Phpwebgallery-cvs] r1039 - /branches/branch-1_5/include/functions_html.inc.php

2006-02-13 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb 13 22:51:22 2006
New Revision: 1039

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1039&view=rev
Log:

bug 269 fixed: the icon HTML creation was bugged on recent PHP versions
because stricter on arguments of mktime function.

Modified:
branches/branch-1_5/include/functions_html.inc.php




[Phpwebgallery-cvs] r1040 - /trunk/include/functions_html.inc.php

2006-02-13 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb 13 23:15:56 2006
New Revision: 1040

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1040&view=rev
Log:

merge -r1038:1039 from branches/branch-1_5 into trunk (bug 269 fixed)

improvement: use a cache on get_icon function since it's often used with the
same argument on a page generation.

Modified:
trunk/include/functions_html.inc.php




[Phpwebgallery-cvs] r1048 - in /trunk: admin/configuration.php admin/include/functions.php admin/user_list.php include/functions.inc.php

2006-02-20 Thread Pierrick LE GALL
Author: plg
Date: Mon Feb 20 23:14:24 2006
New Revision: 1048

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1048&view=rev
Log:

request 290: replace function get_themes name to avoid redeclaration from
Wordpress in jillij template.

Modified:
trunk/admin/configuration.php
trunk/admin/include/functions.php
trunk/admin/user_list.php
trunk/include/functions.inc.php




[Phpwebgallery-cvs] r1053 - in /trunk/include: calendar_base.class.php calendar_monthly.class.php category_default.inc.php functions_calendar.inc.php

2006-02-23 Thread Pierrick LE GALL
Author: plg
Date: Thu Feb 23 17:53:11 2006
New Revision: 1053

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1053&view=rev
Log:

modification: DAY() MySQL function replaced by DAYOFMONTH() to improve
backward compatibility (this function was added in MySQL 4.1)

bug fixed: with chronology mode, PWG displays thumbnails on main page if
even if no category (which will soon be called "section") is set. This was
producing warnings on category.php from include/category_default.inc.php.

refactoring: on include/calendar_base.class.php and
include/functions_calendar.inc.php. Unix file format, coding guidelines,
etc. While trying to understand the code, I've made some presentation
modification to clarify variable names and so on.

Modified:
trunk/include/calendar_base.class.php
trunk/include/calendar_monthly.class.php
trunk/include/category_default.inc.php
trunk/include/functions_calendar.inc.php




[Phpwebgallery-cvs] r1008 - in /trunk: include/constants.php include/functions.inc.php include/functions_category.inc.php install/db/4-database.php install/phpwebgallery_structure.sql picture.php sear

2006-01-20 Thread Pierrick LE GALL
Author: plg
Date: Fri Jan 20 15:34:37 2006
New Revision: 1008

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1008&view=rev
Log:

Search engine redesign, first part :

- new table #search to store search rules associated to a search id.

- search rules are not passed through GET anymore, the search array build in
  search.php is serialized in #search table, so no need to rebuild it in
  function include/functions_category.inc.php::category_initialize

- search array build code is improved (efficiency and layout) in search.php

- SQL related to search is build in a dedicated function
  include/functions::get_sql_search_clause

- direct search author:<...>, date_avalaible:<...>, date_creation:<...>,
  keywords:<...> from picture.php are not available anymore. They will come
  back later, with improvement (new design). Same for date_*:<> in calendar
  calendar category.

Added:
trunk/install/db/4-database.php
Modified:
trunk/include/constants.php
trunk/include/functions.inc.php
trunk/include/functions_category.inc.php
trunk/install/phpwebgallery_structure.sql
trunk/picture.php
trunk/search.php




[Phpwebgallery-cvs] r1009 - /trunk/search.php

2006-01-20 Thread Pierrick LE GALL
Author: plg
Date: Fri Jan 20 15:39:31 2006
New Revision: 1009

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1009&view=rev
Log:

Code cleaning (deletion of previously commented code)

Modified:
trunk/search.php




[Phpwebgallery-cvs] r1015 - in /trunk: ./ include/ language/en_UK.iso-8859-1/ language/fr_FR.iso-8859-1/ template/yoga/ template/yoga/icon/

2006-01-27 Thread Pierrick LE GALL
Author: plg
Date: Fri Jan 27 23:40:51 2006
New Revision: 1015

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=1015&view=rev
Log:

Search engine redesign, second part :

improvement: in category.php, an icon opening a popup display the list of
search rules.

modification: function get_search_array is responsible of search rules
retrieving from database. This function is called from get_sql_search_clause
and from search_rules.php

modification: ability to search multiple authors. Warning: this version of
search tool can't search author names including any blank space.

Added:
trunk/search_rules.php
trunk/template/yoga/icon/search_rules.png   (with props)
trunk/template/yoga/search_rules.tpl
Modified:
trunk/category.php
trunk/include/functions.inc.php
trunk/language/en_UK.iso-8859-1/common.lang.php
trunk/language/fr_FR.iso-8859-1/common.lang.php
trunk/search.php
trunk/template/yoga/category.tpl




[Phpwebgallery-cvs] r965 - in /trunk/install: config.sql db/2-database.php phpwebgallery_structure.sql

2005-12-03 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec  3 21:42:03 2005
New Revision: 965

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=965&view=rev
Log:

Database modification on users template preference with the new template
directory tree.

Added:
trunk/install/db/2-database.php
Modified:
trunk/install/config.sql
trunk/install/phpwebgallery_structure.sql




[Phpwebgallery-cvs] r966 - /branches/branch-1_5/admin/update.php

2005-12-03 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec  3 23:02:01 2005
New Revision: 966

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=966&view=rev
Log:

- bug 224 fixed: if no categories to synchronize (no directory in
  "galleries" directory), crash on information retrieval from pictures
  uploaded by users.

Modified:
branches/branch-1_5/admin/update.php




[Phpwebgallery-cvs] r967 - /trunk/admin/update.php

2005-12-03 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec  3 23:03:58 2005
New Revision: 967

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=967&view=rev
Log:

- merge -r965:966 from branches/branch-1_5 into trunk (bug 224 fixed)

Modified:
trunk/admin/update.php




[Phpwebgallery-cvs] r968 - /branches/branch-1_5/language/fr_FR.iso-8859-1/common.lang.php

2005-12-03 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec  3 23:14:58 2005
New Revision: 968

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=968&view=rev
Log:

- bug 220 fixed: french grammatical corrections.

Modified:
branches/branch-1_5/language/fr_FR.iso-8859-1/common.lang.php




[Phpwebgallery-cvs] r969 - /trunk/language/fr_FR.iso-8859-1/common.lang.php

2005-12-03 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec  3 23:16:01 2005
New Revision: 969

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=969&view=rev
Log:

- merge -r967:968 from branches/branch-1_5 into trunk (bug 220 fixed)

Modified:
trunk/language/fr_FR.iso-8859-1/common.lang.php




[Phpwebgallery-cvs] r971 - /trunk/upgrade.php

2005-12-04 Thread Pierrick LE GALL
Author: plg
Date: Sun Dec  4 00:24:17 2005
New Revision: 971

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=971&view=rev
Log:

- bug 205 fixed: advise to perform maintenance actions at the end of upgrade
  process.

Modified:
trunk/upgrade.php




[Phpwebgallery-cvs] r974 - in /branches/branch-1_5/install: upgrade_1.4.0.php upgrade_1.4.1.php upgrade_1.5.0.php

2005-12-06 Thread Pierrick LE GALL
Author: plg
Date: Tue Dec  6 23:18:08 2005
New Revision: 974

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=974&view=rev
Log:

- bug 209 fixed: upgrade script did not delete obsolete columns in users
  table. users.password column was not updated by upgrade script. To fix
  this bug, a new upgrade script from 1.5.0 was added even if database model
  did not change, it's just about fixing upgraded database.

Added:
branches/branch-1_5/install/upgrade_1.5.0.php
Modified:
branches/branch-1_5/install/upgrade_1.4.0.php
branches/branch-1_5/install/upgrade_1.4.1.php




[Phpwebgallery-cvs] r975 - /branches/branch-1_5/include/functions_html.inc.php

2005-12-09 Thread Pierrick LE GALL
Author: plg
Date: Fri Dec  9 23:53:25 2005
New Revision: 975

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=975&view=rev
Log:

- bug fixed: PHP warning when no categories in menu, because $level was not
  initialized in get_html_menu_category function.

Modified:
branches/branch-1_5/include/functions_html.inc.php




[Phpwebgallery-cvs] r976 - /trunk/include/functions_html.inc.php

2005-12-09 Thread Pierrick LE GALL
Author: plg
Date: Fri Dec  9 23:54:51 2005
New Revision: 976

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=976&view=rev
Log:

- merge -r974:975 from branch 1.5 (PHP warning bug fixed)

Modified:
trunk/include/functions_html.inc.php




[Phpwebgallery-cvs] r977 - /branches/branch-1_5/template/yoga/default-colors.css

2005-12-09 Thread Pierrick LE GALL
Author: plg
Date: Fri Dec  9 23:56:12 2005
New Revision: 977

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=977&view=rev
Log:

- bug fixed : #eee background color for blockquote comments had
  disappeared. Now comments are displayed with same colors in comments.php
  and picture.php

Modified:
branches/branch-1_5/template/yoga/default-colors.css




[Phpwebgallery-cvs] r978 - /trunk/template/yoga/theme/clear/theme.css

2005-12-10 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec 10 00:07:29 2005
New Revision: 978

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=978&view=rev
Log:

- manual merge -r976:977 from branch 1.5 (background color for comments)

Modified:
trunk/template/yoga/theme/clear/theme.css




[Phpwebgallery-cvs] r979 - /tags/release-1_5_1/

2005-12-10 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec 10 00:14:23 2005
New Revision: 979

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=979&view=rev
Log:
tagging release 1.5.1 from branch 1.5

Added:
tags/release-1_5_1/
  - copied from r978, branches/branch-1_5/




[Phpwebgallery-cvs] r987 - /branches/branch-1_5/comments.php

2005-12-24 Thread Pierrick LE GALL
Author: plg
Date: Sat Dec 24 16:31:25 2005
New Revision: 987

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=987&view=rev
Log:

bug 245 fixed : GET parameters "since", "sort_by", "sort_order",
"items_number", and "cat" are now checked before being used in SQL queries.

Modified:
branches/branch-1_5/comments.php




[Phpwebgallery-cvs] r988 - /branches/branch-1_5/include/functions_category.inc.php

2005-12-25 Thread Pierrick LE GALL
Author: plg
Date: Sun Dec 25 23:34:44 2005
New Revision: 988

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=988&view=rev
Log:

bug 246 fixed : GET parameter "search" is not completely checked before
usage in SQL queries. Simple check : if a ";" if found, execution stops.

Modified:
branches/branch-1_5/include/functions_category.inc.php




[Phpwebgallery-cvs] r989 - /branches/branch-1_5/picture.php

2005-12-25 Thread Pierrick LE GALL
Author: plg
Date: Sun Dec 25 23:37:07 2005
New Revision: 989

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=989&view=rev
Log:

bug 247 fixed : image_id GET parameter was not checked for sanity before
usage in SQL queries. Now, image_id must be a numeric value.

Modified:
branches/branch-1_5/picture.php




[Phpwebgallery-cvs] r990 - /tags/release-1_5_2/

2005-12-25 Thread Pierrick LE GALL
Author: plg
Date: Sun Dec 25 23:49:49 2005
New Revision: 990

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=990&view=rev
Log:
tagging release-1_5_2 from branch-1_5

Added:
tags/release-1_5_2/
  - copied from r989, branches/branch-1_5/




[Phpwebgallery-cvs] r991 - /branches/branch-1_5/admin/intro.php

2005-12-27 Thread Pierrick LE GALL
Author: plg
Date: Tue Dec 27 11:03:29 2005
New Revision: 991

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=991&view=rev
Log:

bug 196 fixed : release creator shell script transforms every occurence of
%PWGVERSION% into the release number being created. This occurence should
not been transformed, so we use a little trick :-)

Modified:
branches/branch-1_5/admin/intro.php




[Phpwebgallery-cvs] r932 - /branches/branch-1_5/admin/user_list.php

2005-11-12 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 12 22:38:43 2005
New Revision: 932

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=932&view=rev
Log:

- merge trunc r930:931 into branch 1.5 (bug 198 fixed)

Modified:
branches/branch-1_5/admin/user_list.php




[Phpwebgallery-cvs] r934 - /trunk/picture.php

2005-11-16 Thread Pierrick LE GALL
Author: plg
Date: Wed Nov 16 22:18:56 2005
New Revision: 934

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=934&view=rev
Log:

- bug 207 fixed : security issue. Any visitor can reach any picture in
  picture.php only by deleting value for URL parameter "cat".

Modified:
trunk/picture.php




[Phpwebgallery-cvs] r935 - /branches/branch-1_5/picture.php

2005-11-16 Thread Pierrick LE GALL
Author: plg
Date: Wed Nov 16 22:21:39 2005
New Revision: 935

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=935&view=rev
Log:

- merge trunc r933:934 into branch 1.5 (bug 207 fixed)

Modified:
branches/branch-1_5/picture.php




[Phpwebgallery-cvs] r936 - /branches/branch-1_4/picture.php

2005-11-16 Thread Pierrick LE GALL
Author: plg
Date: Wed Nov 16 22:26:29 2005
New Revision: 936

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=936&view=rev
Log:

- merge trunc r933:934 into branch 1.4 (bug 207 fixed)

Modified:
branches/branch-1_4/picture.php




[Phpwebgallery-cvs] r937 - in /trunk: include/config_default.inc.php template/yoga/admin/thumbnail.tpl

2005-11-16 Thread Pierrick LE GALL
Author: plg
Date: Wed Nov 16 23:06:16 2005
New Revision: 937

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=937&view=rev
Log:

- bug 211 fixed : incoherent default maximum width for thumbnail creation
  and too vague label for maximum width & height in thumbnail creation
  screen.

Modified:
trunk/include/config_default.inc.php
trunk/template/yoga/admin/thumbnail.tpl




[Phpwebgallery-cvs] r938 - /trunk/language/fr_FR.iso-8859-1/help.html

2005-11-16 Thread Pierrick LE GALL
Author: plg
Date: Wed Nov 16 23:51:36 2005
New Revision: 938

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=938&view=rev
Log:

- bug 208 fixed : french grammar mistake.

Modified:
trunk/language/fr_FR.iso-8859-1/help.html




[Phpwebgallery-cvs] r940 - /branches/branch-1_5/include/functions_html.inc.php

2005-11-18 Thread Pierrick LE GALL
Author: plg
Date: Fri Nov 18 23:42:35 2005
New Revision: 940

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=940&view=rev
Log:

- bug fixed: UL/LI tags were not correctly closed in category menu tree.

Modified:
branches/branch-1_5/include/functions_html.inc.php




[Phpwebgallery-cvs] r941 - /trunk/include/functions_html.inc.php

2005-11-18 Thread Pierrick LE GALL
Author: plg
Date: Fri Nov 18 23:45:16 2005
New Revision: 941

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=941&view=rev
Log:

- merge -r939:940 from branch-1_5 (bug fixed in HTML for category menu tree)

Modified:
trunk/include/functions_html.inc.php




[Phpwebgallery-cvs] r942 - /branches/branch-1_5/template/yoga/theme/lost_password.png

2005-11-19 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 19 00:02:47 2005
New Revision: 942

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=942&view=rev
Log:

- delete a corrupted file, will be added back soon

Removed:
branches/branch-1_5/template/yoga/theme/lost_password.png




[Phpwebgallery-cvs] r943 - /branches/branch-1_5/template/yoga/theme/lost_password.png

2005-11-19 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 19 00:03:59 2005
New Revision: 943

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=943&view=rev
Log:

- corrupted picture comes back

Added:
branches/branch-1_5/template/yoga/theme/lost_password.png   (with props)




[Phpwebgallery-cvs] r944 - /branches/branch-1_5/feed.php

2005-11-19 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 19 00:28:51 2005
New Revision: 944

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=944&view=rev
Log:

- bug 199 fixed: hard coded URL in RSS feed instead of using
  $conf['gallery_url']

Modified:
branches/branch-1_5/feed.php




[Phpwebgallery-cvs] r945 - /branches/branch-1_5/register.php

2005-11-19 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 19 17:05:26 2005
New Revision: 945

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=945&view=rev
Log:

- bug 212 fixed: during registration process, different password and
  password confirmation triggered no error.

Modified:
branches/branch-1_5/register.php




[Phpwebgallery-cvs] r946 - /branches/branch-1_5/comments.php

2005-11-19 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 19 17:07:18 2005
New Revision: 946

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=946&view=rev
Log:

- bug 215 fixed: unvalidated user comments are not displayed on user
  comments common page anymore

Modified:
branches/branch-1_5/comments.php




[Phpwebgallery-cvs] r947 - /branches/branch-1_5/picture.php

2005-11-19 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 19 17:09:06 2005
New Revision: 947

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=947&view=rev
Log:

- bug 216 fixed: a message about validation required is given when a user
  submits a comment

Modified:
branches/branch-1_5/picture.php




[Phpwebgallery-cvs] r953 - in /trunk: include/common.inc.php include/config_default.inc.php include/constants.php install/db/ install/db/1-database.php install/phpwebgallery_structure.sql upgrade_feed

2005-11-24 Thread Pierrick LE GALL
Author: plg
Date: Thu Nov 24 22:37:29 2005
New Revision: 953

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=953&view=rev
Log:

- new: system to notify and upgrade database among developers

Added:
trunk/install/db/
trunk/install/db/1-database.php
trunk/upgrade_feed.php
Modified:
trunk/include/common.inc.php
trunk/include/config_default.inc.php
trunk/include/constants.php
trunk/install/phpwebgallery_structure.sql




[Phpwebgallery-cvs] r954 - /trunk/tools/create_listing_file.php

2005-11-25 Thread Pierrick LE GALL
Author: plg
Date: Fri Nov 25 22:54:20 2005
New Revision: 954

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=954&view=rev
Log:

- feature 147 added: add a menu to manage manually create_listing_file.php
  on remote sites

Modified:
trunk/tools/create_listing_file.php




[Phpwebgallery-cvs] r955 - /branches/branch-1_5/admin/element_set.php

2005-11-25 Thread Pierrick LE GALL
Author: plg
Date: Fri Nov 25 23:45:52 2005
New Revision: 955

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=955&view=rev
Log:

- bug 219 fixed: displaying "all" in "global mode" doesn't display all
  pictures but only all pictures from current display to end.

Modified:
branches/branch-1_5/admin/element_set.php




[Phpwebgallery-cvs] r956 - /trunk/admin/element_set.php

2005-11-25 Thread Pierrick LE GALL
Author: plg
Date: Fri Nov 25 23:47:37 2005
New Revision: 956

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=956&view=rev
Log:

- merge branch 1.5 r954:955 into BSF (bug 219 fixed)

Modified:
trunk/admin/element_set.php




[Phpwebgallery-cvs] r957 - in /branches/branch-1_5: admin.php template/yoga/admin.tpl

2005-11-26 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 26 00:02:58 2005
New Revision: 957

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=957&view=rev
Log:

- feature 195 added: Link to admin main page added in admin menu. This is
  not a merge from BSF.

Modified:
branches/branch-1_5/admin.php
branches/branch-1_5/template/yoga/admin.tpl




[Phpwebgallery-cvs] r958 - /trunk/feed.php

2005-11-26 Thread Pierrick LE GALL
Author: plg
Date: Sat Nov 26 21:15:50 2005
New Revision: 958

URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=958&view=rev
Log:

- merge branch 1.5 r943:944 into BSF (bug 199 fixed)

Modified:
trunk/feed.php




[Phpwebgallery-cvs] - modification: use \"filter\" class for quickconnect box (with some custom [...]

2005-10-31 Thread Pierrick LE GALL
Title: - modification: use "filter" class for quickconnect box (with some custom [...]



  
  


  
Commit from plg
2005-10-31 14:47 CET
  


- modification: use "filter" class for quickconnect box (with some custom
  modifications)

- bug fixed: the total number of pictures had disappeared


  

Module
File name
Revision
  
  

phpwebgallery
template/yoga/default-layout.css
1.7
>>>
1.8
  
  

phpwebgallery
template/yoga/category.tpl
1.3
>>>
1.4
  
  

phpwebgallery
language/fr_FR.iso-8859-1/common.lang.php
1.24
>>>
1.25
  
  

phpwebgallery
language/en_UK.iso-8859-1/common.lang.php
1.57
>>>
1.58
  
  

phpwebgallery
doc/ChangeLog
1.95
>>>
1.96
  
  

phpwebgallery
category.php
1.80
>>>
1.81
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 160 fixed: (part one of the bug) hard coded column name of users table [...]

2005-10-05 Thread Pierrick LE GALL
Title: - bug 160 fixed: (part one of the bug) hard coded column name of users table [...]



  
  


  
Commit from plg
2005-10-05 21:41 CEST
  


- bug 160 fixed: (part one of the bug) hard coded column name of users table
  had to be replaced by the configurable column name. This correction was
  made by a full rewrite of filtered users list management. The other bug
  (not submited in bugtracker) that needed this rewrite was that when you
  choose "all" as target for mass users modification, you expected to apply
  modification on filtered users, not all users.

- bug 160 fixed: (part two of the bug) hard coded column name for primary
  key in mass_updates function.

- modification: configuration parameter users_page is now located in the
  correct file (include/config_default.inc.php instead of
  admin/user_list.php)


  

Module
File name
Revision
  
  

phpwebgallery
include/config_default.inc.php
1.14
>>>
1.15
  
  

phpwebgallery
doc/ChangeLog
1.68
>>>
1.69
  
  

phpwebgallery
admin/include/functions.php
1.56
>>>
1.57
  
  

phpwebgallery
admin/user_list.php
1.29
>>>
1.30
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - modification : less configuration parameters in administration [...]

2005-09-03 Thread Pierrick LE GALL
Title: - modification : less configuration parameters in administration [...]



  
  


  
Commit from plg
2005-09-03 18:36 CEST
  


- modification : less configuration parameters in administration
  screen. These parameters are move to include/config_default.inc.php.

- new : ability to add a single picture to caddie from picture.php

- new : contextual help, only a few pages are available.

- new : ability to delete users from admin/user_list

- modification : reorganization of configuration file

- new : configuration parameter use_exif_mapping

- improvement : MOD hidemail added to standard


  

Module
File name
Revision
  
  
+
phpwebgallery
template/cclear/theme/help.png


1.1
  
  
+
phpwebgallery
template/cclear/theme/exit.png


1.1
  
  

phpwebgallery
template/cclear/admin/update.tpl
1.4
>>>
1.5
  
  

phpwebgallery
template/cclear/admin/remote_site.tpl
1.3
>>>
1.4
  
  

phpwebgallery
template/cclear/admin/maintenance.tpl
1.2
>>>
1.3
  
  

phpwebgallery
template/cclear/admin/element_set_global.tpl
1.3
>>>
1.4
  
  

phpwebgallery
template/cclear/admin/configuration.tpl
1.4
>>>
1.5
  
  
+
phpwebgallery
template/cclear/popuphelp.tpl


1.1
  
  
+
phpwebgallery
template/cclear/popuphelp.css


1.1
  
  

phpwebgallery
template/cclear/picture.tpl
1.2
>>>
1.3
  
  

phpwebgallery
template/cclear/menubar.css
1.2
>>>
1.3
  
  

phpwebgallery
template/cclear/footer.tpl
1.2
>>>
1.3
  
  

phpwebgallery
template/cclear/default-layout.css
1.10
>>>
1.11
  
  

phpwebgallery
template/cclear/default-colors.css
1.5
>>>
1.6
  
  

phpwebgallery
template/cclear/content.css
1.12
>>>
1.13
  
  

phpwebgallery
template/cclear/comments.tpl
1.3
>>>
1.4
  
  

phpwebgallery
template/cclear/admin.tpl
1.3
>>>
1.4
  
  
+
phpwebgallery
language/en_UK.iso-8859-1/help/synchronize.html


1.1
  
  
+
phpwebgallery
language/en_UK.iso-8859-1/help/remote_site.html


1.1
  
  
+
phpwebgallery
language/en_UK.iso-8859-1/help/maintenance.html


1.1
  
  
+
phpwebgallery
language/en_UK.iso-8859-1/help/configuration.html


1.1
  
  

phpwebgallery
install/phpwebgallery_structure.sql
1.22
>>>
1.23
  
  

phpwebgallery
install/config.sql
1.16
>>>
1.17
  
  

phpwebgallery
include/template.php
1.11
>>>
1.12
  
  

phpwebgallery
include/scripts.js
1.1
>>>
1.2
  
  

phpwebgallery
include/page_tail.php
1.19
>>>
1.20
  
  

phpwebgallery
include/functions_metadata.inc.php
1.4
>>>
1.5
  
  

phpwebgallery
include/config_default.inc.php
1.10
>>>
1.11
  
  

phpwebgallery
doc/ChangeLog
1.49
>>>
1.50
  
  

phpwebgallery
admin/include/functions_metadata.php
1.17
>>>
1.18
  
  

phpwebgallery
admin/include/functions.php
1.53
>>>
1.54
  
  

phpwebgallery
admin/user_list.php
1.26
>>>
1.27
  
  

phpwebgallery
admin/update.php
1.50
>>>
1.51
  
  

phpwebgallery
admin/remote_site.php
1.13
>>>
1.14
  
  

phpwebgallery
admin/maintenance.php
1.2
>>>
1.3
  
  
-
phpwebgallery
admin/infos_images.php
1.30
   

[Phpwebgallery-cvs] - bug 133 corrected : Deleting user favorites is too restrictive. Instead of [...]

2005-08-07 Thread Pierrick LE GALL
Title: - bug 133 corrected : Deleting user favorites is too restrictive. Instead of [...]



  
  


  
Commit from plg on branch branch-1_4
2005-08-07 20:02 CEST
  


- bug 133 corrected : Deleting user favorites is too restrictive. Instead of
  deleting a favorite because it belongs to at least one forbidden category,
  a favorite is deleted if it belongs to no authorized category (which was
  the expected behaviour).


  

Module
File name
Revision
  
  

phpwebgallery
include/functions_user.inc.php
1.37.2.0
>>>
1.37.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - new feature : RSS notification feed. Feed generator is an external tool [...]

2005-07-16 Thread Pierrick LE GALL
Title: - new feature : RSS notification feed. Feed generator is an external tool [...]



  
  


  
Commit from plg
2005-07-16 16:29 CEST
  


- new feature : RSS notification feed. Feed generator is an external tool
  (FeedCreator class v1.7.2). New file feed.php

- new database field : comments.validation_date (datetime). This field is
  required for notification feed.

- new database field : users.feed_id (varchar(50)). users.feed_id is an
  alias of users.id but is much more complicated to find (50 characters,
  figures or letters, case sensitive) : the purpose is to keep it secret (as
  far as possible).

- new database field : users.last_feed_check (datetime)

- new database field : users.registration_date (datetime)

- bug fixed : no need to add the (unavailable) session id to install.php in
  the installation form.

- modified database field : images.date_available become more precise (date
  to datetime). This precision is needed for notification feed.

- new index : comments_i1 (validation_date). Might be useful for feed
  queries.

- new index : comments_i2 (image_id). Useful each time you want to have
  informations about an element and its associated comments.

- version 9.11 of mysqldump outputs database field names and table names
  with backquote "`" (didn't find how to take them off)


  

Module
File name
Revision
  
  

phpwebgallery
install/phpwebgallery_structure.sql
1.19
>>>
1.20
  
  

phpwebgallery
install/dbscheme.txt
1.15
>>>
1.16
  
  

phpwebgallery
include/template.php
1.10
>>>
1.11
  
  

phpwebgallery
include/functions_user.inc.php
1.37
>>>
1.38
  
  
+
phpwebgallery
include/feedcreator.class.php


1.1
  
  

phpwebgallery
include/config_default.inc.php
1.2
>>>
1.3
  
  

phpwebgallery
doc/ChangeLog
1.24
>>>
1.25
  
  

phpwebgallery
admin/update.php
1.49
>>>
1.50
  
  

phpwebgallery
admin/remote_site.php
1.12
>>>
1.13
  
  

phpwebgallery
admin/picture_modify.php
1.21
>>>
1.22
  
  

phpwebgallery
picture.php
1.70
>>>
1.71
  
  

phpwebgallery
install.php
1.22
>>>
1.23
  
  
+
phpwebgallery
feed.php


1.1
  
  

phpwebgallery
comments.php
1.24
>>>
1.25
  
  

phpwebgallery
category.php
1.71
>>>
1.72
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - errors and informations boxes : management centralized in admin.php, [...]

2005-06-11 Thread Pierrick LE GALL
Title: - errors and informations boxes : management centralized in admin.php, [...]



  
  


  
Commit from plg
2005-06-11 16:10 CEST
  


- errors and informations boxes : management centralized in admin.php,
  $errors and $infos arrays replaced by $page['errors'] and $page['infos'],
  special management for admin/update.php (more complex management)


  

Module
File name
Revision
  
  
+
phpwebgallery
template/default/admin/images/infos.png


1.1
  
  
+
phpwebgallery
template/default/admin/images/errors.png


1.1
  
  

phpwebgallery
template/default/admin/waiting.tpl
1.3
>>>
1.4
  
  

phpwebgallery
template/default/admin/update.tpl
1.7
>>>
1.8
  
  

phpwebgallery
template/default/admin/thumbnail.tpl
1.4
>>>
1.5
  
  

phpwebgallery
template/default/admin/remote_site.tpl
1.3
>>>
1.4
  
  

phpwebgallery
template/default/admin/picture_modify.tpl
1.4
>>>
1.5
  
  

phpwebgallery
template/default/admin/group_list.tpl
1.1
>>>
1.2
  
  

phpwebgallery
template/default/admin/configuration.tpl
1.16
>>>
1.17
  
  

phpwebgallery
template/default/admin/cat_modify.tpl
1.6
>>>
1.7
  
  

phpwebgallery
template/default/admin/cat_list.tpl
1.4
>>>
1.5
  
  

phpwebgallery
template/default/default.css
1.32
>>>
1.33
  
  

phpwebgallery
template/default/admin.tpl
1.14
>>>
1.15
  
  

phpwebgallery
doc/ChangeLog
1.16
>>>
1.17
  
  

phpwebgallery
admin/waiting.php
1.18
>>>
1.19
  
  

phpwebgallery
admin/user_list.php
1.22
>>>
1.23
  
  

phpwebgallery
admin/update.php
1.48
>>>
1.49
  
  

phpwebgallery
admin/thumbnail.php
1.19
>>>
1.20
  
  

phpwebgallery
admin/remote_site.php
1.11
>>>
1.12
  
  

phpwebgallery
admin/picture_modify.php
1.20
>>>
1.21
  
  

phpwebgallery
admin/group_list.php
1.15
>>>
1.16
  
  

phpwebgallery
admin/element_set_unit.php
1.2
>>>
1.3
  
  

phpwebgallery
admin/element_set_global.php
1.5
>>>
1.6
  
  

phpwebgallery
admin/configuration.php
1.44
>>>
1.45
  
  

phpwebgallery
admin/cat_modify.php
1.27
>>>
1.28
  
  

phpwebgallery
admin/cat_list.php
1.33
>>>
1.34
  
  

phpwebgallery
admin.php
1.36
>>>
1.37
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - new function get_name_from_file to centralize the construction of [...]

2005-06-21 Thread Pierrick LE GALL
Title: - new function get_name_from_file to centralize the construction of [...]



  
  


  
Commit from plg
2005-06-21 21:25 CEST
  


- new function get_name_from_file to centralize the construction of
  displayed name from the filename

- new function l10n which returns the corresponding value from $lang if
  existing. Else, the key is returned. This means that if a language item is
  not translated, the key is displayed instead (better than nothing).


  

Module
File name
Revision
  
  

phpwebgallery
include/functions.inc.php
1.59
>>>
1.60
  
  

phpwebgallery
doc/ChangeLog
1.17
>>>
1.18
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - direct communication between templates and language items, without needing [...]

2005-06-21 Thread Pierrick LE GALL
Title: - direct communication between templates and language items, without needing [...]



  
  


  
Commit from plg
2005-06-21 21:32 CEST
  


- direct communication between templates and language items, without needing
  a mapping in the PHP code.


  

Module
File name
Revision
  
  

phpwebgallery
include/template.php
1.8
>>>
1.9
  
  

phpwebgallery
doc/ChangeLog
1.18
>>>
1.19
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug fixed when a language value contains a simple quote

2005-06-21 Thread Pierrick LE GALL
Title: - bug fixed when a language value contains a simple quote



  
  


  
Commit from plg
2005-06-21 22:39 CEST
  


- bug fixed when a language value contains a simple quote


  

Module
File name
Revision
  
  

phpwebgallery
include/template.php
1.9
>>>
1.10
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - comments page rewritten : comments are displayed one by one, with filters [...]

2005-06-21 Thread Pierrick LE GALL
Title: - comments page rewritten : comments are displayed one by one, with filters [...]



  
  


  
Commit from plg
2005-06-21 23:08 CEST
  


- comments page rewritten : comments are displayed one by one, with filters
  and display options available. The list of comments is paginated.


  

Module
File name
Revision
  
  

phpwebgallery
template/default/default.css
1.33
>>>
1.34
  
  

phpwebgallery
template/default/comments.tpl
1.4
>>>
1.5
  
  

phpwebgallery
language/fr_FR.iso-8859-1/common.lang.php
1.19
>>>
1.20
  
  

phpwebgallery
language/en_UK.iso-8859-1/common.lang.php
1.50
>>>
1.51
  
  

phpwebgallery
doc/ChangeLog
1.19
>>>
1.20
  
  

phpwebgallery
comments.php
1.23
>>>
1.24
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - new feature : ability to add links on the main page (see [...]

2005-06-25 Thread Pierrick LE GALL
Title: - new feature : ability to add links on the main page (see [...]



  
  


  
Commit from plg
2005-06-25 19:09 CEST
  


- new feature : ability to add links on the main page (see
  include/config_default.inc.php)


  

Module
File name
Revision
  
  

phpwebgallery
template/default/category.tpl
1.25
>>>
1.26
  
  

phpwebgallery
language/fr_FR.iso-8859-1/common.lang.php
1.20
>>>
1.21
  
  

phpwebgallery
language/en_UK.iso-8859-1/common.lang.php
1.51
>>>
1.52
  
  

phpwebgallery
include/config_default.inc.php
1.1
>>>
1.2
  
  

phpwebgallery
doc/ChangeLog
1.20
>>>
1.21
  
  

phpwebgallery
category.php
1.70
>>>
1.71
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - categories management : new display with icon for actions (delete, [...]

2005-06-30 Thread Pierrick LE GALL
Title: - categories management : new display with icon for actions (delete, [...]



  
  


  
Commit from plg
2005-06-30 23:00 CEST
  


- categories management : new display with icon for actions (delete,
  sub-categories, elements, edit, jump to, permissions)

- categories management : semantic HTML layout (using common lists)

- categories management : new way to order categories of the same level : a
  text field let the admin reorder all categories at once.


  

Module
File name
Revision
  
  
+
phpwebgallery
template/default/theme/category_jump-to.png


1.1
  
  
+
phpwebgallery
template/default/theme/category_elements.png


1.1
  
  
+
phpwebgallery
template/default/theme/category_edit.png


1.1
  
  
+
phpwebgallery
template/default/theme/category_delete.png


1.1
  
  
+
phpwebgallery
template/default/theme/category_children.png


1.1
  
  

phpwebgallery
template/default/admin/cat_list.tpl
1.5
>>>
1.6
  
  

phpwebgallery
template/default/default.css
1.34
>>>
1.35
  
  

phpwebgallery
doc/ChangeLog
1.21
>>>
1.22
  
  

phpwebgallery
admin/cat_list.php
1.34
>>>
1.35
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - users managment : change display of filter (according to filter on user [...]

2005-06-30 Thread Pierrick LE GALL
Title: - users managment : change display of filter (according to filter on user [...]



  
  


  
Commit from plg
2005-06-30 23:07 CEST
  


- users managment : change display of filter (according to filter on user
  comments)


  

Module
File name
Revision
  
  

phpwebgallery
template/default/admin/user_list.tpl
1.6
>>>
1.7
  
  

phpwebgallery
template/default/default.css
1.35
>>>
1.36
  
  

phpwebgallery
doc/ChangeLog
1.22
>>>
1.23
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - category permissions management comes back! (it disappeared in branch 1.4) [...]

2005-06-30 Thread Pierrick LE GALL
Title: - category permissions management comes back! (it disappeared in branch 1.4) [...]



  
  


  
Commit from plg
2005-06-30 23:20 CEST
  


- category permissions management comes back! (it disappeared in branch 1.4)
  This time, it is designed to support better long users list. On this
  screen, for a particular category, admin can say which groups and users
  are permitted.


  

Module
File name
Revision
  
  
+
phpwebgallery
template/default/theme/category_permissions.png


1.1
  
  
-
phpwebgallery
template/default/admin/cat_perm.vtp
1.3


  
  
+
phpwebgallery
template/default/admin/cat_perm.tpl


1.1
  
  

phpwebgallery
template/default/admin/cat_list.tpl
1.6
>>>
1.7
  
  

phpwebgallery
template/default/default.css
1.36
>>>
1.37
  
  

phpwebgallery
doc/ChangeLog
1.23
>>>
1.24
  
  

phpwebgallery
admin/cat_perm.php
1.14
>>>
1.15
  
  

phpwebgallery
admin.php
1.37
>>>
1.38
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 96 (informations given by uploaders are lost) correction reported from [...]

2005-06-11 Thread Pierrick LE GALL
Title: - bug 96 (informations given by uploaders are lost) correction reported from [...]



  
  


  
Commit from plg
2005-06-11 13:29 CEST
  


- bug 96 (informations given by uploaders are lost) correction reported from
  branch 1.4


  

Module
File name
Revision
  
  

phpwebgallery
doc/ChangeLog
1.15
>>>
1.16
  
  

phpwebgallery
admin/update.php
1.47
>>>
1.48
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 110 fixed : \"return to element view from element edition fails [...]

2005-05-01 Thread Pierrick LE GALL
Title: - bug 110 fixed : "return to element view from element edition fails [...]



  
  


  
Commit from plg on branch branch-1_4
2005-05-01 16:16 CEST
  


- bug 110 fixed : "return to element view from element edition fails
  depending on permissions". Correction is partial for branch 1.4 : a linked
  category is randomly chosen but if no linked category is authorized for
  the admin user, then the link is to the storage category (which can be
  forbidden).


  

Module
File name
Revision
  
  

phpwebgallery
admin/picture_modify.php
1.20.2.0
>>>
1.20.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 111 fixed : \"Can't add virtual category when cookie disabled\". Trivial [...]

2005-05-01 Thread Pierrick LE GALL
Title: - bug 111 fixed : "Can't add virtual category when cookie disabled". Trivial [...]



  
  


  
Commit from plg on branch branch-1_4
2005-05-01 16:19 CEST
  


- bug 111 fixed : "Can't add virtual category when cookie disabled". Trivial
  correction.


  

Module
File name
Revision
  
  

phpwebgallery
admin/cat_list.php
1.32.2.0
>>>
1.32.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 107 fixed : \"crash when virtual category name contains a quote\". In [...]

2005-05-02 Thread Pierrick LE GALL
Title: - bug 107 fixed : "crash when virtual category name contains a quote". In [...]



  
  


  
Commit from plg on branch branch-1_4
2005-05-02 22:44 CEST
  


- bug 107 fixed : "crash when virtual category name contains a quote". In
  fact, the problem was in log line insertion. Category name must be
  "addslashed".


  

Module
File name
Revision
  
  

phpwebgallery
include/functions.inc.php
1.55.2.0
>>>
1.55.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 101 fixed : \"problem with IE search on keywords\". Separator character [...]

2005-05-02 Thread Pierrick LE GALL
Title: - bug 101 fixed : "problem with IE search on keywords". Separator character [...]



  
  


  
Commit from plg on branch branch-1_4
2005-05-02 22:59 CEST
  


- bug 101 fixed : "problem with IE search on keywords". Separator character
  ";" is not officially a supported character for URL. Replaced by "--".


  

Module
File name
Revision
  
  

phpwebgallery
include/functions_category.inc.php
1.66.2.0
>>>
1.66.2.1
  
  

phpwebgallery
include/category_calendar.inc.php
1.15.2.0
>>>
1.15.2.1
  
  

phpwebgallery
search.php
1.28.2.1
>>>
1.28.2.2
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug fixed : users belonging to several groups were shown several times

2005-05-06 Thread Pierrick LE GALL
Title: - bug fixed : users belonging to several groups were shown several times



  
  


  
Commit from plg
2005-05-06 22:48 CEST
  


- bug fixed : users belonging to several groups were shown several times


  

Module
File name
Revision
  
  

phpwebgallery
admin/user_list.php
1.20
>>>
1.21
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - user list : links to profile page and permissions page are represented by [...]

2005-05-10 Thread Pierrick LE GALL
Title: - user list : links to profile page and permissions page are represented by [...]



  
  


  
Commit from plg
2005-05-10 00:34 CEST
  


- user list : links to profile page and permissions page are represented by
  icons (more compact)

- user list : ability to associate to a group or to dissociate from a group
  a list of selected users

- user list : ability to set user properties in "batch" mode (a selection of
  users at once)

- user list : alternate background color for each line

- (not in ChangeLog) temporary commented code to update current user
  language if $_POST['language'] is set (see include/user.inc.php for
  details)


  

Module
File name
Revision
  
  
+
phpwebgallery
template/default/theme/profile.png


1.1
  
  
+
phpwebgallery
template/default/theme/permissions.png


1.1
  
  

phpwebgallery
template/default/admin/user_list.tpl
1.5
>>>
1.6
  
  

phpwebgallery
template/default/default.css
1.31
>>>
1.32
  
  

phpwebgallery
include/user.inc.php
1.30
>>>
1.31
  
  

phpwebgallery
doc/ChangeLog
1.14
>>>
1.15
  
  

phpwebgallery
admin/user_list.php
1.21
>>>
1.22
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 101 corrected : webmaster mail address protection. Ability to set an [...]

2005-05-14 Thread Pierrick LE GALL
Title: - bug 101 corrected : webmaster mail address protection. Ability to set an [...]



  
  


  
Commit from plg on branch branch-1_4
2005-05-14 14:56 CEST
  


- bug 101 corrected : webmaster mail address protection. Ability to set an
  invalid mail address (but not during installation)


  

Module
File name
Revision
  
  

phpwebgallery
admin/configuration.php
1.44.2.1
>>>
1.44.2.2
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - version moved to 1.4.1

2005-05-14 Thread Pierrick LE GALL
Title: - version moved to 1.4.1



  
  


  
Commit from plg on branch branch-1_4
2005-05-14 15:39 CEST
  


- version moved to 1.4.1


  

Module
File name
Revision
  
  

phpwebgallery
tools/create_listing_file.php
1.10.2.1
>>>
1.10.2.2
  
  

phpwebgallery
include/constants.php
1.20.2.1
>>>
1.20.2.2
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 83 fixed : \"remove version from footer\". Trivial correction.

2005-05-01 Thread Pierrick LE GALL
Title: - bug 83 fixed : "remove version from footer". Trivial correction.



  
  


  
Commit from plg on branch branch-1_4
2005-05-01 09:47 CEST
  


- bug 83 fixed : "remove version from footer". Trivial correction.


  

Module
File name
Revision
  
  

phpwebgallery
include/page_tail.php
1.18.2.0
>>>
1.18.2.1
  
  

phpwebgallery
include/config.inc.php
1.53.2.0
>>>
1.53.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - functions get_day_list and get_month_list moved from search.php to [...]

2005-04-11 Thread Pierrick LE GALL
Title: - functions get_day_list and get_month_list moved from search.php to [...]



  
  


  
Commit from plg
2005-04-11 22:31 CEST
  


- 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


  

Module
File name
Revision
  
  

phpwebgallery
template/default/admin/element_set_global.tpl
1.1
>>>
1.2
  
  

phpwebgallery
include/functions.inc.php
1.56
>>>
1.57
  
  

phpwebgallery
doc/ChangeLog
1.5
>>>
1.6
  
  

phpwebgallery
admin/element_set_global.php
1.2
>>>
1.3
  
  

phpwebgallery
search.php
1.28
>>>
1.29
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - elements batch management : in addition to global mode, a unit mode is [...]

2005-04-16 Thread Pierrick LE GALL
Title: - elements batch management : in addition to global mode, a unit mode is [...]



  
  


  
Commit from plg
2005-04-16 09:49 CEST
  


- 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


  

Module
File name
Revision
  
  
+
phpwebgallery
template/default/admin/element_set_unit.tpl


1.1
  
  

phpwebgallery
template/default/admin/element_set_global.tpl
1.2
>>>
1.3
  
  

phpwebgallery
doc/ChangeLog
1.6
>>>
1.7
  
  
+
phpwebgallery
admin/element_set_unit.php


1.1
  
  

phpwebgallery
admin/element_set_global.php
1.3
>>>
1.4
  
  

phpwebgallery
admin.php
1.33
>>>
1.34
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - elements batch management : element_set page becomes the frontend to [...]

2005-04-16 Thread Pierrick LE GALL
Title: - elements batch management : element_set page becomes the frontend to [...]



  
  


  
Commit from plg
2005-04-16 18:56 CEST
  


- 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


  

Module
File name
Revision
  
  

phpwebgallery
template/default/admin/element_set_unit.tpl
1.1
>>>
1.2
  
  

phpwebgallery
template/default/admin/element_set_global.tpl
1.3
>>>
1.4
  
  

phpwebgallery
template/default/admin.tpl
1.13
>>>
1.14
  
  

phpwebgallery
include/functions.inc.php
1.57
>>>
1.58
  
  

phpwebgallery
doc/ChangeLog
1.7
>>>
1.8
  
  

phpwebgallery
admin/include/functions.php
1.48
>>>
1.49
  
  

phpwebgallery
admin/element_set_unit.php
1.1
>>>
1.2
  
  

phpwebgallery
admin/element_set_global.php
1.4
>>>
1.5
  
  
+
phpwebgallery
admin/element_set.php


1.1
  
  

phpwebgallery
admin/cat_list.php
1.32
>>>
1.33
  
  

phpwebgallery
category.php
1.69
>>>
1.70
  
  

phpwebgallery
admin.php
1.34
>>>
1.35
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 96 : informations given by uploaders were never used during database [...]

2005-04-20 Thread Pierrick LE GALL
Title: - bug 96 : informations given by uploaders were never used during database [...]



  
  


  
Commit from plg on branch branch-1_4
2005-04-20 21:09 CEST
  


- bug 96 : informations given by uploaders were never used during database
  synchronisation. A new block has been added to retrieve "waiting" table
  informations and transfer them to "images" table.


  

Module
File name
Revision
  
  

phpwebgallery
admin/update.php
1.47.2.0
>>>
1.47.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - ChangeLog update according to Gweltas' commit

2005-04-25 Thread Pierrick LE GALL
Title: - ChangeLog update according to Gweltas' commit



  
  


  
Commit from plg
2005-04-25 23:30 CEST
  


- ChangeLog update according to Gweltas' commit


  

Module
File name
Revision
  
  

phpwebgallery
doc/ChangeLog
1.8
>>>
1.9
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - profile.php is no longer used for listing users : admin/user_list.php [...]

2005-04-25 Thread Pierrick LE GALL
Title: - profile.php is no longer used for listing users : admin/user_list.php [...]



  
  


  
Commit from plg
2005-04-25 23:35 CEST
  


- 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


  

Module
File name
Revision
  
  
+
phpwebgallery
template/default/admin/user_list.tpl


1.3
  
  

phpwebgallery
template/default/profile.tpl
1.8
>>>
1.9
  
  

phpwebgallery
doc/ChangeLog
1.9
>>>
1.10
  
  
+
phpwebgallery
admin/user_list.php


1.18
  
  

phpwebgallery
profile.php
1.29
>>>
1.30
  
  

phpwebgallery
admin.php
1.35
>>>
1.36
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - come back to previous version of include/constants.php : %PWGVERSION% was [...]

2005-04-25 Thread Pierrick LE GALL
Title: - come back to previous version of include/constants.php : %PWGVERSION% was [...]



  
  


  
Commit from plg
2005-04-25 23:45 CEST
  


- come back to previous version of include/constants.php : %PWGVERSION% was
  not a mistake


  

Module
File name
Revision
  
  

phpwebgallery
include/constants.php
1.23
>>>
1.24
  
  

phpwebgallery
doc/ChangeLog
1.10
>>>
1.11
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - include/config.inc.php becomes include/config_default.inc.php : this file [...]

2005-04-26 Thread Pierrick LE GALL
Title: - include/config.inc.php becomes include/config_default.inc.php : this file [...]



  
  


  
Commit from plg
2005-04-26 00:11 CEST
  


- include/config.inc.php becomes include/config_default.inc.php : this file
  should not be modified. A new file include/config_local.inc.php can be
  used for overwriting configuration parameters


  

Module
File name
Revision
  
  
+
phpwebgallery
include/config_default.inc.php


1.1
  
  
-
phpwebgallery
include/config.inc.php
1.54


  
  

phpwebgallery
include/common.inc.php
1.19
>>>
1.20
  
  

phpwebgallery
doc/ChangeLog
1.11
>>>
1.12
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - DATE() is available only since MySQL 4.1.1, replaced by DAYOFMONTH() [...]

2005-04-26 Thread Pierrick LE GALL
Title: - DATE() is available only since MySQL 4.1.1, replaced by DAYOFMONTH() [...]



  
  


  
Commit from plg
2005-04-26 22:47 CEST
  


- DATE() is available only since MySQL 4.1.1, replaced by DAYOFMONTH()

- array_fill function available only with PHP >= 4.2.0, replaced by a for
  loop


  

Module
File name
Revision
  
  

phpwebgallery
admin/images/monthly_stats.img.php
1.1
>>>
1.2
  
  

phpwebgallery
admin/stats.php
1.23
>>>
1.24
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - user list updated : ability to filter list on group

2005-04-29 Thread Pierrick LE GALL
Title: - user list updated : ability to filter list on group



  
  


  
Commit from plg
2005-04-29 00:06 CEST
  


- user list updated : ability to filter list on group


  

Module
File name
Revision
  
  

phpwebgallery
template/default/admin/user_list.tpl
1.3
>>>
1.4
  
  

phpwebgallery
doc/ChangeLog
1.12
>>>
1.13
  
  

phpwebgallery
admin/user_list.php
1.18
>>>
1.19
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - user list updated : ability to filter list on status. Function get_enums [...]

2005-04-30 Thread Pierrick LE GALL
Title: - user list updated : ability to filter list on status. Function get_enums [...]



  
  


  
Commit from plg
2005-04-30 16:36 CEST
  


- user list updated : ability to filter list on status. Function get_enums
  comes back to retrieve the list of possible status in the database.


  

Module
File name
Revision
  
  

phpwebgallery
template/default/admin/user_list.tpl
1.4
>>>
1.5
  
  

phpwebgallery
include/functions.inc.php
1.58
>>>
1.59
  
  

phpwebgallery
doc/ChangeLog
1.13
>>>
1.14
  
  

phpwebgallery
admin/user_list.php
1.19
>>>
1.20
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 109 fixed : disabled \"best rated\" menu item when rating is not [...]

2005-04-30 Thread Pierrick LE GALL
Title: - bug 109 fixed : disabled "best rated" menu item when rating is not [...]



  
  


  
Commit from plg on branch branch-1_4
2005-04-30 17:23 CEST
  


- bug 109 fixed : disabled "best rated" menu item when rating is not
  enabled. Trivial correction.


  

Module
File name
Revision
  
  

phpwebgallery
category.php
1.67.2.0
>>>
1.67.2.1
  




Generated by cvsreport 0.3.5-cvs

  




[Phpwebgallery-cvs] - bug 95 fixed : \"default maxwidth and maxheight not registered\". In fact, [...]

2005-04-30 Thread Pierrick LE GALL
Title: - bug 95 fixed : "default maxwidth and maxheight not registered". In fact, [...]



  
  


  
Commit from plg on branch branch-1_4
2005-04-30 22:37 CEST
  


- bug 95 fixed : "default maxwidth and maxheight not registered". In fact,
  these informations were registered, but not tested and displayed. Tests
  and siplay were added.


  

Module
File name
Revision
  
  

phpwebgallery
admin/configuration.php
1.44.2.0
>>>
1.44.2.1
  




Generated by cvsreport 0.3.5-cvs

  




  1   2   3   4   5   6   >