Log of /contributions/modules/gallery/gallery_base.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.8.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 8 23:10:13 2008 UTC
(17 months, 2 weeks ago)
by
profix898
Branch:
DRUPAL-6--1
Changes since
1.8.2.12: +22 -44 lines
Diff to
previous 1.8.2.12
, to
branch point 1.8
- bugfix: Gallery2 JS and CSS broken (#188035 and #224019)
- bugfix: report version info for all gallery* modules
- bugfix: session handling to prevent TempIds
- bugfix: session handling to workaround [sf#1967484] new admin session protection (#250770)
- bugfix: hide search for user without proper permission
- feature: integration with advanced help module (TODO: write documentation)
- task: cleanup block tpl code
- task: add base api version constant
Revision
1.6.2.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 10 14:59:17 2007 UTC
(2 years, 2 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.6.2.24: +19 -2 lines
Diff to
previous 1.6.2.24
, to
branch point 1.6
- task: add helper function to flush entity cache
- task: update settings for G2Image 3.x series
- feature: auto-resolve mail address conflicts on user import
- bugfix: various bugs in user import
- bugfix: object support (eg GalleryStatus) in error reporting
Revision
1.6.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 21 12:02:32 2007 UTC
(2 years, 5 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.6.2.15: +16 -24 lines
Diff to
previous 1.6.2.15
, to
branch point 1.6
- task: cleanup css styles (indents, parenthesis)
- bugfix: report broken for unavailable G2 rewriteApi
- bugfix: detect AJAX/Image callback in gallery_handle_request()
(also fixes javascript issues on 'plugins' administration)
Revision
1.6.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 29 11:27:06 2007 UTC
(2 years, 5 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.6.2.11: +39 -71 lines
Diff to
previous 1.6.2.11
, to
branch point 1.6
- feature: uninstall support for blocks
- feature: support for multiple image-/grid-blocks
- feature: new install wizard for initial configuration
- task: status page merged into install wizard
- task: cleanup of status rendering and user settings
- various bugfixes (e.g. batch sync, report, gallery_menu, ...)
Revision
1.6.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 5 21:02:01 2007 UTC
(2 years, 6 months ago)
by
kiz0987
Branch:
DRUPAL-5--2
Changes since
1.6.2.6: +75 -65 lines
Diff to
previous 1.6.2.6
, to
branch point 1.6
Cleaned up the Gallery Filter options (more consistent with other tabs).
Used coder to try to clean up code standard (except for the G2 camelCase of
course). A painful exercise! Hopefully I didn't break anything.
Revision
1.6.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 25 15:59:21 2007 UTC
(2 years, 7 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.6.2.3: +39 -14 lines
Diff to
previous 1.6.2.3
, to
branch point 1.6
- task: fix some wording issues on the admin pages
- task: added exactsize option for search
- feature: simple report generator (to assist with bug reports)
- bugfix: support for piped arguments in filter tags
- bugfix: several issues with 'Site Admin' group <> 'admin' role sync feature
- bugfix: add code to handle admin user (uid=1) properly after install
- many minor bugfixes
Revision
1.6.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 24 23:39:44 2007 UTC
(2 years, 9 months ago)
by
profix898
Branch:
DRUPAL-5--2
Changes since
1.6: +267 -108 lines
Diff to
previous 1.6
- initial checkin of version 2 of the gallery module for Drupal 5
- improved user/role sync (incl. batch import/export of users)
- tabbed configuration screens
- better debugging options
- gallery_menu module (link to G2 albums from the menu)
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 4 10:55:15 2006 UTC
(3 years, 4 months ago)
by
kiz0987
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.4: +3 -3 lines
Diff to
previous 1.4
Make checking for a valid gallery install more robust (do not just trust the gallery_valid variable, but always do an isreadable check as well -- avoid case of a moved drupal/g2 installation causing PHP errors).
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 4 10:34:02 2006 UTC
(3 years, 6 months ago)
by
kiz0987
Branch:
MAIN
Changes since
1.3: +3 -1 lines
Diff to
previous 1.3
Changed INSTALL.txt to remove inclusion of css from theme dir (no longer available)
#61507 Fixed missing require of gallery_user.inc
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 25 23:47:32 2006 UTC
(3 years, 7 months ago)
by
kiz0987
Branch:
MAIN
Changes since
1.2: +1 -19 lines
Diff to
previous 1.2
#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
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 15 12:30:26 2006 UTC
(3 years, 7 months ago)
by
kiz0987
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.1: +45 -4 lines
Diff to
previous 1.1
Added gallery grid block.
Split gallery_block into separate .inc file.
Added configuration of g2Image file types.
#57894 - Fixed theme specific css file import.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.