-
#152819: Module .info files should not define 'version' in CVS
-
#152819: Module .info files should not define 'version' in CVS
-
Dript - A Scripting Language for Drupal: January 27, 2007 15:19
Commit 7ca64b3 on 5.x-1.xThis commit was manufactured as part of Drupal's Great Git Migration to create branch 'DRUPAL-5'. Sprout from master 2007-01-27 15:19:39 UTC Abdullah Daud <chelahmy@97047.no-reply.drupal.org> 'Added namespace capability. Improve html code handling. Added functions (drupal-php-view), (filters), (html-decode) and (ns).' Cherrypick from master 2007-01-08 22:20:20 UTC Abdullah Daud <chelahmy@97047.no-reply.drupal.org> 'Major code swept. Downgraded from PHP5 to PHP4. Corrected some bugs. Create lisp_parser class from lisp class. Added few more functions. Improve is_nil() algorithm.': dript.module lisp/func/add.inc lisp/func/dec.inc lisp/func/divide.inc lisp/func/drupal_read_field.inc lisp/func/eq.inc lisp/func/eval.inc lisp/func/gt.inc lisp/func/gte.inc lisp/func/inc.inc lisp/func/lt.inc lisp/func/lte.inc lisp/func/multiply.inc lisp/func/neq.inc lisp/func/set.inc lisp/func/substract.inc lisp/lisp.inc lisp/lisp_parser.inc
-
Dript - A Scripting Language for Drupal: January 27, 2007 15:19
Commit 2ff1853 on 5.x-1.x, masterby chelahmyAdded namespace capability. Improve html code handling. Added functions (drupal-php-view), (filters), (html-decode) and (ns).
-
Dript - A Scripting Language for Drupal: January 23, 2007 18:16
Commit 448f9fa on 5.x-1.x, masterby chelahmyCorrected string escape character handling bug where "\n" was not parsed properly. Remove slash infront of quote, which where inappropriately added during internal string conversion. HTML tags are now allowed inside string.
-
Dript - A Scripting Language for Drupal: January 15, 2007 17:10
Commit 74f719c on 5.x-1.x, masterby chelahmyCorrected an arithmetic bug. Added number to string functions. Added date and time functions.
-
Dript - A Scripting Language for Drupal: January 14, 2007 19:27
Commit 2f8062d on 5.x-1.x, masterby chelahmyCCK fields can now take Dript scripts as values, which makes any CCK field a culculated field. Added Dript function (drupal-fields) which list all the CCK fields in a node. Added functions (avg), (min) and (max).
-
Dript - A Scripting Language for Drupal: January 10, 2007 22:09
Commit bc7dea8 on 5.x-1.x, masterby chelahmySome code swept. Corrected some bugs. Improved local and global scope handling. Improved number handling. Added more functions.
-
Dript - A Scripting Language for Drupal: January 8, 2007 22:20
Commit cea2013 on 5.x-1.x, masterby chelahmyMajor code swept. Downgraded from PHP5 to PHP4. Corrected some bugs. Create lisp_parser class from lisp class. Added few more functions. Improve is_nil() algorithm.
-
Dript - A Scripting Language for Drupal: January 5, 2007 18:49
Commit b62e950 on 5.x-1.x, masterby chelahmyAdded functions (load) and (load-once) that load user defined script file from Drupal file directory. Added aspect function (after-eval-text).