/[drupal]/contributions/modules/patterns/patterns.module
ViewVC logotype

Log of /contributions/modules/patterns/patterns.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.2.2.80 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 2 09:15:47 2009 UTC (7 weeks, 5 days ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.79: +9 -1 lines
Diff to previous 1.1.2.2.2.79 , to branch point 1.1.2.2
disabled patterns_sync_form_values function for node forms until incompatibilities between the two are resolved

Revision 1.1.2.2.2.79 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 18:43:03 2009 UTC (7 weeks, 6 days ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.78: +8 -3 lines
Diff to previous 1.1.2.2.2.78 , to branch point 1.1.2.2
#592492 by andrewlevine: fixed - Fatal error when infinite recursion is detected

Revision 1.1.2.2.2.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 18:32:58 2009 UTC (7 weeks, 6 days ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.77: +6 -2 lines
Diff to previous 1.1.2.2.2.77 , to branch point 1.1.2.2
#592468 by andrewlevine: test for preventing infinite recursion improved to prevent false positives

Revision 1.1.2.2.2.77 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 16:07:24 2009 UTC (7 weeks, 6 days ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.76: +63 -2 lines
Diff to previous 1.1.2.2.2.76 , to branch point 1.1.2.2
#590380 by andrewlevine, vaish: Decide if sub-pattern needs to be run based on the mode defined within the pattern or selected in UI at the time of form submission

Revision 1.1.2.2.2.76 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 14:42:23 2009 UTC (8 weeks, 1 day ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.75: +2 -2 lines
Diff to previous 1.1.2.2.2.75 , to branch point 1.1.2.2
#590224 by Roger López: fixed - patterns_paths checks wrong path for file directory

Revision 1.1.2.2.2.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 18 08:51:51 2009 UTC (3 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.74: +25 -5 lines
Diff to previous 1.1.2.2.2.74 , to branch point 1.1.2.2
Allow support for other modules to integrate with patterns by supplying a directory with /components or /patterns

Revision 1.1.2.2.2.74 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 07:28:45 2009 UTC (4 months ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.73: +85 -29 lines
Diff to previous 1.1.2.2.2.73 , to branch point 1.1.2.2
Patch by dman #454098 1) Add support for php files 2) Better UI help to show pattern search directories 3) Fix prefix-unsafe db query 4) Fix php not-array error merging rids

Revision 1.1.2.2.2.73 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 09:08:47 2009 UTC (4 months ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.72: +9 -7 lines
Diff to previous 1.1.2.2.2.72 , to branch point 1.1.2.2
#461564 Make the form syncing code look for option keys instead of option values first.

Revision 1.1.2.2.2.72 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 10:41:00 2009 UTC (6 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.71: +2 -1 lines
Diff to previous 1.1.2.2.2.71 , to branch point 1.1.2.2
#436590 by cdale, vaish: added sites/all folder to the list of places where module looks for pattern files (see comment #2, #4 and #5)

Revision 1.1.2.2.2.71 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 10:25:36 2009 UTC (6 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.70: +5 -1 lines
Diff to previous 1.1.2.2.2.70 , to branch point 1.1.2.2
#440916 by bhuga: fixed - profile-based patterns not listed after the installation

Revision 1.1.2.2.2.70 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 11:24:45 2009 UTC (6 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.69: +171 -171 lines
Diff to previous 1.1.2.2.2.69 , to branch point 1.1.2.2
removed trailing white spaces

Revision 1.1.2.2.2.69 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 07:14:34 2009 UTC (7 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.68: +13 -3 lines
Diff to previous 1.1.2.2.2.68 , to branch point 1.1.2.2
* Make an absolute non-references copy of  for form sync.
* Allow for some odd behavior in modules when setting default values and options
* Fix yaml pattern using image widget instead of filefield

Revision 1.1.2.2.2.68 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 05:51:17 2009 UTC (7 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.67: +56 -28 lines
Diff to previous 1.1.2.2.2.67 , to branch point 1.1.2.2
* Remove support for <page /> type xml syntax
* Better more stable syncing of forms by completely separating the form data and form building for syncing from the pattern
* Clean up some components that are doing checks again data that gets handled by sync_forms now

Revision 1.1.2.2.2.67 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 04:23:14 2009 UTC (7 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.66: +83 -22 lines
Diff to previous 1.1.2.2.2.66 , to branch point 1.1.2.2
Better form syncronization.
 * Auto-set default values in form_values
 * Ignore disabled form items
 * Better determination of scalar vs non-scalar form values
 * Support optgroups in options (using similar to forms_options_flatten)
 * Fix issue where some modules set their default values to the incoming post values causing issues from pre-processed pattern values

Revision 1.1.2.2.2.66 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 11:54:02 2009 UTC (7 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.65: +39 -13 lines
Diff to previous 1.1.2.2.2.65 , to branch point 1.1.2.2
* Add ability to overwrite/update checkboxes/select/radio form types.
* Set default values for checkboxes/select/radio elements that were not specified. (Pending to set defaults for everything)
* Cleaned up block component to go along with the form syncing code

Revision 1.1.2.2.2.65 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 23:30:17 2009 UTC (7 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.64: +85 -7 lines
Diff to previous 1.1.2.2.2.64 , to branch point 1.1.2.2
Add functionality to examine the form object and adjust the pattern values accordingly for select/radio/checkboxes.

Revision 1.1.2.2.2.64 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 14:10:47 2009 UTC (7 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.63: +2 -2 lines
Diff to previous 1.1.2.2.2.63 , to branch point 1.1.2.2
changed: additional processing of menu_name in order to enable re-running menu actions; $form_state now passed by reference so that we can change it within hook_patterns()

Revision 1.1.2.2.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 08:35:47 2009 UTC (7 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.62: +5 -5 lines
Diff to previous 1.1.2.2.2.62 , to branch point 1.1.2.2
changed: submit buttons text made more descriptive

Revision 1.1.2.2.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 08:22:42 2009 UTC (7 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.61: +2 -6 lines
Diff to previous 1.1.2.2.2.61 , to branch point 1.1.2.2
changed: load CSS only for paterns listing page, updated js code to use Drupal.behaviors

Revision 1.1.2.2.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 14:20:14 2009 UTC (7 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.60: +6 -6 lines
Diff to previous 1.1.2.2.2.60 , to branch point 1.1.2.2
added: css classes for patterns listing table columns in order to make columns aligning possible

Revision 1.1.2.2.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 13:42:21 2009 UTC (7 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.59: +17 -5 lines
Diff to previous 1.1.2.2.2.59 , to branch point 1.1.2.2
changed: patterns sharing (publishing) disabled by default and added setting to enable it

Revision 1.1.2.2.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 06:18:33 2009 UTC (7 months, 4 weeks ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.58: +3 -3 lines
Diff to previous 1.1.2.2.2.58 , to branch point 1.1.2.2
Add the path to where an "illegal error" has occured.

Revision 1.1.2.2.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 13:15:00 2009 UTC (8 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.57: +2 -2 lines
Diff to previous 1.1.2.2.2.57 , to branch point 1.1.2.2
fixed: pattern can reside outside of Drupal's file folder in which case file_create_path() can't be used and is causing errors

Revision 1.1.2.2.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 12:51:37 2009 UTC (8 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.56: +24 -22 lines
Diff to previous 1.1.2.2.2.56 , to branch point 1.1.2.2
fixed: loading YAML from string would remove all the line breaks from the content of action elements (e.g. body)

Revision 1.1.2.2.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 16:30:16 2009 UTC (8 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.55: +3 -2 lines
Diff to previous 1.1.2.2.2.55 , to branch point 1.1.2.2
Fixed broken message on unsuccessful pattern execution

Revision 1.1.2.2.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 16:25:19 2009 UTC (8 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.54: +2 -1 lines
Diff to previous 1.1.2.2.2.54 , to branch point 1.1.2.2
clear all Drupal caches after pattern execution

Revision 1.1.2.2.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 06:57:11 2009 UTC (8 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.53: +3 -3 lines
Diff to previous 1.1.2.2.2.53 , to branch point 1.1.2.2
#345429 by qbnflaco, vnd: fixed "call-time pass-by-reference" warnings

Revision 1.1.2.2.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 06:50:56 2009 UTC (8 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.52: +13 -2 lines
Diff to previous 1.1.2.2.2.52 , to branch point 1.1.2.2
added: support for additional more intuitive YAML syntax for pattern tag (use "name" instead of "value")
fixed: if included pattern is not found give warning and try to continue execution

Revision 1.1.2.2.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 05:58:40 2009 UTC (8 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.51: +3 -3 lines
Diff to previous 1.1.2.2.2.51 , to branch point 1.1.2.2
fixed by Sarva: Change isset to !empty for recursing the patterns info so a null (but isset value) does not give us a bad data

Revision 1.1.2.2.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 04:00:57 2009 UTC (8 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.50: +7 -3 lines
Diff to previous 1.1.2.2.2.50 , to branch point 1.1.2.2
by Sarva: rebuild menu after each action is executed

Revision 1.1.2.2.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 17:14:51 2009 UTC (8 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.49: +11 -1 lines
Diff to previous 1.1.2.2.2.49 , to branch point 1.1.2.2
fixed: ensure patterns folder exists and is writable before attempting import from the patterns server

Revision 1.1.2.2.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 16:52:40 2009 UTC (8 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.48: +33 -20 lines
Diff to previous 1.1.2.2.2.48 , to branch point 1.1.2.2
UI changes related to import and server functionality

Revision 1.1.2.2.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 18:35:11 2009 UTC (8 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.47: +333 -30 lines
Diff to previous 1.1.2.2.2.47 , to branch point 1.1.2.2
added: basic client/server functionality,
updated: db schema (module reinstall required)

Revision 1.1.2.2.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 16:23:42 2009 UTC (8 months, 4 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.46: +7 -5 lines
Diff to previous 1.1.2.2.2.46 , to branch point 1.1.2.2
if pattern contains sub-patterns, make sure all are marked as enabled after the successful execution

Revision 1.1.2.2.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 24 14:25:11 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.45: +54 -38 lines
Diff to previous 1.1.2.2.2.45 , to branch point 1.1.2.2
improved custom error handling during pattern execution

Revision 1.1.2.2.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 15:11:46 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.44: +35 -4 lines
Diff to previous 1.1.2.2.2.44 , to branch point 1.1.2.2
improved pattern validation after parsing pattern file

Revision 1.1.2.2.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 12:56:14 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.43: +4 -3 lines
Diff to previous 1.1.2.2.2.43 , to branch point 1.1.2.2
fixed: prevent invalid pattern files from loading and report an error

Revision 1.1.2.2.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 12:23:41 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.42: +2 -2 lines
Diff to previous 1.1.2.2.2.42 , to branch point 1.1.2.2
make sure spyc library is included  only once

Revision 1.1.2.2.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 11:17:15 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.41: +237 -219 lines
Diff to previous 1.1.2.2.2.41 , to branch point 1.1.2.2
changed patterns execution process, introduced patterns API functions and support for different modes of execution (work in progress)

Revision 1.1.2.2.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 11:09:26 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.40: +6 -2 lines
Diff to previous 1.1.2.2.2.40 , to branch point 1.1.2.2
added error handling to abort pattern execution if any error encountered

Revision 1.1.2.2.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 17:03:41 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.39: +24 -14 lines
Diff to previous 1.1.2.2.2.39 , to branch point 1.1.2.2
changed error reporting in order to make it work better with batch operations

Revision 1.1.2.2.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 09:19:50 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.38: +4 -3 lines
Diff to previous 1.1.2.2.2.38 , to branch point 1.1.2.2
added 'finished' callback to batch array

Revision 1.1.2.2.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 17:56:38 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.37: +2 -2 lines
Diff to previous 1.1.2.2.2.37 , to branch point 1.1.2.2
removed accidentally forgotten debug code

Revision 1.1.2.2.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 17:54:32 2009 UTC (9 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.36: +76 -129 lines
Diff to previous 1.1.2.2.2.36 , to branch point 1.1.2.2
added basic support for YAML file format

Revision 1.1.2.2.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 00:36:25 2009 UTC (9 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.35: +2 -9 lines
Diff to previous 1.1.2.2.2.35 , to branch point 1.1.2.2
Remove some in-active code relating to interactive patterns

Revision 1.1.2.2.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 13:58:33 2009 UTC (9 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.34: +6 -2 lines
Diff to previous 1.1.2.2.2.34 , to branch point 1.1.2.2
updated patterns_execute_config() to also use batch operations

Revision 1.1.2.2.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 11:18:45 2009 UTC (9 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.33: +3 -2 lines
Diff to previous 1.1.2.2.2.33 , to branch point 1.1.2.2
disable patterns_form_helper during batch operations

Revision 1.1.2.2.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 08:18:50 2009 UTC (9 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.32: +5 -3 lines
Diff to previous 1.1.2.2.2.32 , to branch point 1.1.2.2
Fix problem with identifiers not sticking in the batch api 'sandbox' variable so switched to

Revision 1.1.2.2.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 07:57:55 2009 UTC (9 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.31: +210 -121 lines
Diff to previous 1.1.2.2.2.31 , to branch point 1.1.2.2
Make patterns run using batch api vs the old way to solve static caching issues.

Revision 1.1.2.2.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 14 07:04:31 2009 UTC (9 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.30: +2 -2 lines
Diff to previous 1.1.2.2.2.30 , to branch point 1.1.2.2
changed: Improved success message for enabling required modules.

Revision 1.1.2.2.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 12 11:32:53 2009 UTC (9 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.29: +2 -2 lines
Diff to previous 1.1.2.2.2.29 , to branch point 1.1.2.2
fixed: check if taxonomy is set for the node before attempting to fix taxonomy dropdowns on node edit form

Revision 1.1.2.2.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 12 11:11:47 2009 UTC (9 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.28: +5 -2 lines
Diff to previous 1.1.2.2.2.28 , to branch point 1.1.2.2
#372564 by mike stewart: Changed (improved) error message when patterns folder doesn't exist or it's not writable

Revision 1.1.2.2.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 13:43:52 2009 UTC (9 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.27: +8 -3 lines
Diff to previous 1.1.2.2.2.27 , to branch point 1.1.2.2
changed: default module configuration support updated to reflect the fact that it should be called from hook_enable() instead of hook_install(). This change was required because modules that implement hook_enable() may not be fully ready to use when hook_install() is called causing pattern execution to fail.

Revision 1.1.2.2.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 16:36:35 2009 UTC (9 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.26: +29 -1 lines
Diff to previous 1.1.2.2.2.26 , to branch point 1.1.2.2
added: support for third party modules to use patterns as a way of executing their default configuration during the module installation (first step towards the configuration framework)

Revision 1.1.2.2.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 16:28:21 2009 UTC (9 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.25: +10 -6 lines
Diff to previous 1.1.2.2.2.25 , to branch point 1.1.2.2
patterns_execute_pattern() turned into the wrapper function for _patterns_execute_pattern() so that it can be called by other modules without the need of re-implementing custom error handling

Revision 1.1.2.2.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 15:02:31 2009 UTC (9 months, 4 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.24: +3 -3 lines
Diff to previous 1.1.2.2.2.24 , to branch point 1.1.2.2
fixed: patterns_form_helper should be disabled by default

Revision 1.1.2.2.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 14:48:25 2009 UTC (9 months, 4 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.23: +2 -2 lines
Diff to previous 1.1.2.2.2.23 , to branch point 1.1.2.2
added pattern title to the success message at the end of pattern execution

Revision 1.1.2.2.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 13:29:02 2009 UTC (10 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.22: +19 -11 lines
Diff to previous 1.1.2.2.2.22 , to branch point 1.1.2.2
added settings page with setting for toggling patterns_form_helper

Revision 1.1.2.2.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 11:13:40 2009 UTC (10 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.21: +10 -5 lines
Diff to previous 1.1.2.2.2.21 , to branch point 1.1.2.2
when checking for required modules, make sure all module's dependencies are also available

Revision 1.1.2.2.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 03:58:35 2009 UTC (10 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.20: +3 -2 lines
Diff to previous 1.1.2.2.2.20 , to branch point 1.1.2.2
Fix bug where array_unshift gives a warning about adding a reference to the front of an array.

Revision 1.1.2.2.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 15:44:17 2009 UTC (10 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.19: +3 -3 lines
Diff to previous 1.1.2.2.2.19 , to branch point 1.1.2.2
issue #353677: Use drupal_xml_parser_create() instead of xml_parser_create(). Thanks to Senpai.

Revision 1.1.2.2.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 18:28:25 2009 UTC (10 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.18: +29 -1 lines
Diff to previous 1.1.2.2.2.18 , to branch point 1.1.2.2
fixed static caching problem with taxonomy terms on node edit form

Revision 1.1.2.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 06:29:17 2009 UTC (10 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.17: +7 -3 lines
Diff to previous 1.1.2.2.2.17 , to branch point 1.1.2.2
'patterns_error' is not a real error and should be excluded from watchdog

Revision 1.1.2.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 06:18:33 2009 UTC (10 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.16: +327 -5 lines
Diff to previous 1.1.2.2.2.16 , to branch point 1.1.2.2
Added custom implementations of some of the Drupal's core functions in order to fix the following issues caused by static caching:
1. If you call drupal_validate_form() on the same form more than once per page request, validation is not performed on any but the first call. (see issue: http://drupal.org/node/260934)
2. static caching was preventing certain dropdowns (parent menu item, parent and related taxonomy terms) from being updated and populated with the items created during the current pattern execution causing form validation errors (this became an issue only once we fixed #1)

Revision 1.1.2.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 31 06:12:50 2008 UTC (10 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.15: +3 -3 lines
Diff to previous 1.1.2.2.2.15 , to branch point 1.1.2.2
$form_state most likely contains the indetifier for executed action so pass it to 'identifier' op

Revision 1.1.2.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 09:42:39 2008 UTC (11 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.14: +3 -3 lines
Diff to previous 1.1.2.2.2.14 , to branch point 1.1.2.2
minor coding style updates

Revision 1.1.2.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 25 17:43:43 2008 UTC (11 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.13: +407 -315 lines
Diff to previous 1.1.2.2.2.13 , to branch point 1.1.2.2
experimental support for catching PHP errors during pattern execution

Revision 1.1.2.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 25 07:20:04 2008 UTC (11 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.12: +41 -12 lines
Diff to previous 1.1.2.2.2.12 , to branch point 1.1.2.2
prevent pattern from loading if parsing failed (XML is not well-formed) and report the error

Revision 1.1.2.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 17:32:38 2008 UTC (11 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.11: +66 -36 lines
Diff to previous 1.1.2.2.2.11 , to branch point 1.1.2.2
check for existence of required modules befor erunning the pattern, improved error reporting

Revision 1.1.2.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 16:17:12 2008 UTC (11 months, 1 week ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.10: +3 -3 lines
Diff to previous 1.1.2.2.2.10 , to branch point 1.1.2.2
this was required in order to have patterns executing properly after the changes introduced with previous commit

Revision 1.1.2.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 14:54:12 2008 UTC (11 months, 1 week ago) by sarvab
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.9: +365 -16 lines
Diff to previous 1.1.2.2.2.9 , to branch point 1.1.2.2
* Give components access to form_state.
* Allow better handling of stringing forms together with better hook invokation
* Introduce initial/basic optional configuration api like feature using xPath like syntax on php arrays
* Update views component for initial D6 and Views 2.0 support

Revision 1.1.2.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 15:32:39 2008 UTC (11 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.8: +1 -3 lines
Diff to previous 1.1.2.2.2.8 , to branch point 1.1.2.2
remove redundant call to patterns_load_xml()

Revision 1.1.2.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 15:10:32 2008 UTC (11 months, 2 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.7: +4 -4 lines
Diff to previous 1.1.2.2.2.7 , to branch point 1.1.2.2
fixed issue #345429: "Warning: Call-time pass-by-reference has been deprecated" (thanks Senpai)

Revision 1.1.2.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 15:22:07 2008 UTC (11 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.6: +10 -11 lines
Diff to previous 1.1.2.2.2.6 , to branch point 1.1.2.2
improved error reporting

Revision 1.1.2.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 12:38:00 2008 UTC (11 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.5: +9 -8 lines
Diff to previous 1.1.2.2.2.5 , to branch point 1.1.2.2
patterns.module - tokens should be replaced  before op 'validate' in order to enable proper data validation
menu.inc - improved proccessing and error checking, bugfixes

Revision 1.1.2.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 14:11:53 2008 UTC (11 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.4: +2 -2 lines
Diff to previous 1.1.2.2.2.4 , to branch point 1.1.2.2
system.inc: bugfixes and improved support for different use-cases

Revision 1.1.2.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 16:29:20 2008 UTC (11 months, 3 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.3: +3 -1 lines
Diff to previous 1.1.2.2.2.3 , to branch point 1.1.2.2
patterns.inc: clean up the code and update error message
block.inc: fix bugs,  improve code to work for all different use cases, add support for remaining block settings that were not supported till now

Revision 1.1.2.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 11:32:13 2008 UTC (11 months, 4 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.2: +38 -24 lines
Diff to previous 1.1.2.2.2.2 , to branch point 1.1.2.2
import patterns - code ported to Drupal 6 and validation slightly improved

Revision 1.1.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 15:29:29 2008 UTC (11 months, 4 weeks ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.1: +2 -1 lines
Diff to previous 1.1.2.2.2.1 , to branch point 1.1.2.2
patterns listing - check for existence of patterns file before displaying patterns info from the database

Revision 1.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 06:34:12 2008 UTC (12 months ago) by vaish
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +227 -202 lines
Diff to previous 1.1.2.2
Initial version of D6 port. Unstable alpha stage.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 05:36:41 2008 UTC (12 months ago) by vaish
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-ALPHA2
Branch point for: DRUPAL-6--1
Changes since 1.1.2.1: +75 -219 lines
Diff to previous 1.1.2.1 , to branch point 1.1 , to next main 1.3
merge updates from HEAD to DRUPAL-5

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 05:05:30 2008 UTC (12 months ago) by vaish
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +75 -219 lines
Diff to previous 1.2
Update patterns UI and pattern files.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 22:08:44 2008 UTC (13 months, 1 week ago) by sarvab
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-ALPHA1
Changes since 1.1: +291 -30 lines
Diff to previous 1.1
Update patterns UI. Fix minor bugs. Add Import via URL functionality. Remove old default patterns and make available more useful patterns

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 21:35:20 2008 UTC (13 months, 1 week ago) by sarvab
Branch: MAIN
Changes since 1.1: +291 -30 lines
Diff to previous 1.1
Update patterns UI. Fix minor bugs. Add Import via URL functionality. Remove old default patterns and make available more useful patterns

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 23 23:40:34 2008 UTC (20 months ago) by sarvab
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA
Branch point for: DRUPAL-5
Initial commit of patterns module for DRUPAL-5. Module allows user to put their site configuration in an xml file to be re-run at any time.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2