summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
kiz_0987 [Mon, 5 Jun 2006 10:59:32 +0000]
#64498 - Added support for specific album in image block and grid image block. Thanks rbroberts.
kiz_0987 [Thu, 4 May 2006 10:34:02 +0000]
Changed INSTALL.txt to remove inclusion of css from theme dir (no longer available)
#61507 Fixed missing require of gallery_user.inc
kiz_0987 [Tue, 25 Apr 2006 23:47:32 +0000]
#59789 - Changed css import to use theme_add_style(). This may need to be updated
again once the correct methods to import module css files has been documented
(see http://drupal.org/node/60096).
- The css file is now not included twice on gallery pages (is correctly loaded
after Gallery2's theme.css file and so can override)
- This *removes* the functionality to use a theme specific drupal_g2.css file.
There have got to be better ways to override module css files.
- css improvements to not hide h2's in G2 Admin pages
- Removed DOS line endings from gallery_filter.inc
kiz_0987 [Wed, 19 Apr 2006 10:52:42 +0000]
#59245 - Removed tablesort_page() error
kiz_0987 [Sat, 15 Apr 2006 12:30:26 +0000]
Added gallery grid block.
Split gallery_block into separate .inc file.
Added configuration of g2Image file types.
#57894 - Fixed theme specific css file import.
kiz_0987 [Tue, 28 Mar 2006 00:35:26 +0000]
#45159 - Only show Drupal-G2 sync status to 'administer users' access users
kiz_0987 [Mon, 27 Mar 2006 01:12:22 +0000]
#55834 - Removes 'Call-time pass-by-reference has been deprecated' warning
kiz_0987 [Mon, 27 Mar 2006 01:11:05 +0000]
#55834 - 'submit' -> 'Save configuration'
kiz_0987 [Sun, 26 Mar 2006 13:08:22 +0000]
#55834 - fixed php memory test
kiz_0987 [Sat, 25 Mar 2006 17:11:21 +0000]
Updated g2image settings to include new g2_filter prefix setting
kiz_0987 [Fri, 24 Mar 2006 14:04:52 +0000]
Initial Gallery2.1 compatible module for Drupal 4.7
James Walker [Fri, 16 Dec 2005 02:24:26 +0000]
fix #31412 - now allow multiple images in the image block
James Walker [Fri, 9 Dec 2005 16:25:59 +0000]
g2_filter.module from Michelle (closes #40465).
needs updating for HEAD
James Walker [Fri, 2 Dec 2005 21:40:48 +0000]
first pass at an update for CVS HEAD. please note, this version will no
longer work with 4.6.x .
James Walker [Fri, 2 Dec 2005 20:39:23 +0000]
#32618 - dpdev : fix base_url & https bugs
#34301 - kiz_0987 : fix double & encoding in search results
James Walker [Fri, 2 Dec 2005 20:19:19 +0000]
#35126 - incorrect admin login user
#35148 - menu fix
thanks kiz_0987
Matthieu Duchemin [Sun, 2 Oct 2005 15:56:42 +0000]
Add French translation
James Walker [Thu, 29 Sep 2005 14:04:51 +0000]
fix #31398 - block settings not saving properly
James Walker [Wed, 21 Sep 2005 14:55:26 +0000]
* fix a typo (gallery_error not gallery_user) - thanks mindless!
James Walker [Thu, 15 Sep 2005 23:56:32 +0000]
* fixed hook_user('update') to fully update the user data on the g2 side
* set the drupal title to the current g2 title
James Walker [Mon, 12 Sep 2005 12:38:28 +0000]
further cleanups and better user syncing
James Walker [Sun, 11 Sep 2005 20:53:20 +0000]
several updates from bharat:
* fixes to work with latest embed API (gallery RC1)
* fixed image block
* more robust user sync
* enhanced image block configuration
* updated instructions!
(this is the version running on http://drupal.gallery2.org/)
James Walker [Thu, 28 Apr 2005 15:22:37 +0000]
fix #20483: update relativePath generation to accomodate path aliases
James Walker [Tue, 26 Apr 2005 14:57:02 +0000]
issue #20779 : fix when no 'show' param is selected.
James Walker [Thu, 10 Mar 2005 07:46:42 +0000]
* make $category param optional in gallery_user
* fix #16852 : implode errors when block configuration not set
Gábor Hojtsy [Wed, 2 Mar 2005 23:08:38 +0000]
adding translation template
James Walker [Thu, 17 Feb 2005 04:09:06 +0000]
add missing <script> tags when G2 includes javascript.
Patch by tdobes (closes #16928 )
James Walker [Mon, 31 Jan 2005 01:58:03 +0000]
initial commit of the gallery2 integration module
(for http://gallery.menalto.com/)