Log of /contributions/modules/reptag/reptag_process.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.23.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 26 21:07:36 2007 UTC
(2 years, 8 months ago)
by
profix898
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-4,
DRUPAL-5--1-5
Changes since
1.23.2.4: +27 -111 lines
Diff to
previous 1.23.2.4
, to
branch point 1.23
- feature: module registry implemented
- feature: weight option for module's process order
- task: reptag_process() simplified (= speedup)
- task: unified module api
- task: namespace cleanup of .tags modules
- bugfix: switch width<>height in image/video.tags
- various small fixes and improvements
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 17 16:41:41 2007 UTC
(2 years, 10 months ago)
by
profix898
Branch:
MAIN
Changes since
1.24: +2 -7 lines
Diff to
previous 1.24
- 'invoke replacements' permission removed
- bugfix: rollback the per-roles cache patch
- bugfix: fix broken 'regenerate' feature in maintenance
- feature: add cache lifetime setting
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 16 00:30:59 2007 UTC
(2 years, 10 months ago)
by
profix898
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.22: +73 -64 lines
Diff to
previous 1.22
- support for content types and (cck) content fields
- more reliable (re)implementation of 'partial cache' feature using cache_set/cache_get
- bugfix: maintenance theme
- bugfix: static only comments support
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 3 23:31:57 2007 UTC
(2 years, 10 months ago)
by
profix898
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-1
Changes since
1.21: +88 -38 lines
Diff to
previous 1.21
- bugfix: default module roles (= array())
- cleanup: namespace of .tags modules (prefix with reptag_)
- cleanup: coding style 'else if' => 'elseif'
- feature: new permission 'invoke replacements'
- feature: new hook_reptag() and hook_reptag_process()
(allows other Drupal modules to expose replacement tags)
- developer documentation updated
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 9 22:10:09 2006 UTC
(3 years, 1 month ago)
by
profix898
Branch:
MAIN
Changes since
1.19: +56 -41 lines
Diff to
previous 1.19
- major update for Drupal 5.0
- javascript uses jQuery instead of xajax library
- includes all cvs features, esp. partial cache
(read reptag cvs log for details)
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 16 13:46:07 2006 UTC
(3 years, 3 months ago)
by
profix898
Branch:
MAIN
Changes since
1.17: +53 -28 lines
Diff to
previous 1.17
- separation of static and dynamic replacement tags
- partial cache feature (major update)
- reptag_admin.inc, reptag_maintenance.inc extracted from reptag.module
(prevent to load large fapi stuff for ordinary filter operation)
Revision
1.14.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 17 14:59:11 2006 UTC
(3 years, 6 months ago)
by
profix898
Changes since
1.14: +4 -3 lines
Diff to
previous 1.14
, to
next main 1.26
- bugfix: exclude tags broken in non-axaj mode
- bugfix: trouble with xajax and 4.7 release (rc4+)
- bugfix: broken image pathes
- bugfix: error saving settings (issue #63867)
- cleaner debug output
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 17 14:51:26 2006 UTC
(3 years, 6 months ago)
by
profix898
Branch:
MAIN
Changes since
1.14: +4 -3 lines
Diff to
previous 1.14
- bugfix: exclude tags broken in non-axaj mode
- bugfix: trouble with xajax and 4.7 release (rc4+)
- bugfix: broken image pathes
- bugfix: error saving settings (issue #63867)
- cleaner debug output
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 4 12:05:16 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.12: +7 -7 lines
Diff to
previous 1.12
- bugfix: reptag.install
- removed: 'run reptag before filters' option
- make module tags available in the module's _process() function
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 1 21:46:28 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.11: +6 -4 lines
Diff to
previous 1.11
- documentation updated (README.txt and DEVELOPER.txt)
- bugfix: module roles for authenticated users
- compatibility bugfix (php 4.x vs. 5.x)
- bugfix: load/save exclude tags
- database update for interoperability (MySQL 4.x vs. 5.x)
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 1 15:17:55 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.9: +3 -3 lines
Diff to
previous 1.9
- some t-strings reformatted
- translation DE added
- bugfix: disable reptag for node type (in non-english install)
- bugfix: module tags always available for superuser #1
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 1 12:45:04 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.8: +41 -19 lines
Diff to
previous 1.8
- some labels renamed ('+' -> 'Add' and similar)
- added htmlentities() to prevent html to be interpreted in help
- replaced '+' with 'Add' and 'X' with 'Del' in ajax view
- bugfix: hide reptag help for disabled node types
- validate_xml extended to work with php 4.3+ AND php 5
- bugfix: unable to deactivate xml validation on preview
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 28 21:08:23 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.6: +2 -1 lines
Diff to
previous 1.6
- bugfix: autocomplete for add 'exclude tag'
- bugfix: different pathes for non-admin users in hook_menu
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 27 15:30:26 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.5: +23 -16 lines
Diff to
previous 1.5
- foreach errors with empty arrays (added empty() to check)
- coding-style: all ["$abc"] changed to [$abc]
- various additional bugfixes
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 26 21:25:45 2006 UTC
(3 years, 8 months ago)
by
profix898
Branch:
MAIN
Changes since
1.4: +108 -13 lines
Diff to
previous 1.4
- major update introducing new features
+ role-based rights management for .tags modules
+ per tag exclusion for certain roles
+ AJAX extensions for simpler tag management
+ HTML validation on preview
- various improvements on reptag core (speed + security)
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 17 02:39:29 2006 UTC
(3 years, 9 months ago)
by
profix898
Branch:
MAIN
Changes since
1.3: +3 -3 lines
Diff to
previous 1.3
- show reptags in preview
- use drupal_get_path() for include_once path
- bugfix: include_once & global variable $reptags
- bugfix for help '${' of .tags modules
- show help in all node types
- bugfix: teaser not processed for hook_nodeapi:load
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 15 19:26:08 2006 UTC
(3 years, 9 months ago)
by
profix898
Branch:
MAIN
Changes since
1.2: +0 -0 lines
Diff to
previous 1.2
- bugfix in permissions (drupal CANT handle non-alphabetic chars in permission)
- bugfix for variable-handling
- bugfix to correct deletion of empty variables
- permissions extended (admin AND user rights for reptag configurable)
- integration with workspace module
Revision
1.2.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 15 19:24:32 2006 UTC
(3 years, 9 months ago)
by
profix898
Changes since
1.2: +0 -0 lines
Diff to
previous 1.2
, to
next main 1.26
- bugfix in permissions (drupal CANT handle non-alphabetic chars in permission)
- bugfix for variable-handling
- bugfix to correct deletion of empty variables
- permissions extended (admin AND user rights for reptag configurable)
- integration with workspace module
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 14 01:26:59 2006 UTC
(3 years, 9 months ago)
by
profix898
Branch:
MAIN
Changes since
1.1: +6 -4 lines
Diff to
previous 1.1
- missing parts/functionality completed
- code cleanup for release
- readme.txt and developer.txt added
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.