Go to file
Ingo Schommer 676a0632ea Blocked revisions 46220-46228 via svnmerge
................
  r46220 | ischommer | 2007-12-03 21:12:21 +1300 (Mon, 03 Dec 2007) | 9 lines
  
  Merged revisions 33096 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33096 | ischommer | 2007-04-02 09:29:07 +1200 (Mon, 02 Apr 2007) | 1 line
    
    fixed baseclass-bug in getCSVQuery()
  ........
................
  r46221 | ischommer | 2007-12-03 21:14:46 +1300 (Mon, 03 Dec 2007) | 9 lines
  
  Merged revisions 33141 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33141 | hsmith | 2007-04-02 16:54:34 +1200 (Mon, 02 Apr 2007) | 1 line
    
    Fixed a bug in Validator.js that caused all fields to show up when onblur event occured.
  ........
................
  r46222 | ischommer | 2007-12-03 21:17:05 +1300 (Mon, 03 Dec 2007) | 9 lines
  
  Merged revisions 33142 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33142 | hsmith | 2007-04-02 16:55:02 +1200 (Mon, 02 Apr 2007) | 2 lines
    
    Added setting to RequiredFields that allows user to ignore field labels.
  ........
................
  r46223 | ischommer | 2007-12-03 21:18:04 +1300 (Mon, 03 Dec 2007) | 9 lines
  
  Merged revisions 33145 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33145 | hsmith | 2007-04-02 16:57:29 +1200 (Mon, 02 Apr 2007) | 1 line
    
    Fixed logic that forces error to use "this field" in error message
  ........
................
  r46224 | ischommer | 2007-12-03 21:19:33 +1300 (Mon, 03 Dec 2007) | 10 lines
  
  Merged revisions 33166 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33166 | hsmith | 2007-04-03 08:44:06 +1200 (Tue, 03 Apr 2007) | 2 lines
    
    Added ability to restrict certain records from synchronisation.
    PostBackup creates BACKUP_DIR if it doesn't exist.
  ........
................
  r46225 | ischommer | 2007-12-03 21:20:29 +1300 (Mon, 03 Dec 2007) | 9 lines
  
  Merged revisions 33167 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33167 | hsmith | 2007-04-03 09:06:15 +1200 (Tue, 03 Apr 2007) | 1 line
    
    Added RTF function to Varchar fieldtype
  ........
................
  r46226 | ischommer | 2007-12-03 21:22:02 +1300 (Mon, 03 Dec 2007) | 10 lines
  
  Merged revisions 33174 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33174 | hsmith | 2007-04-03 11:20:25 +1200 (Tue, 03 Apr 2007) | 2 lines
    
    Can now set an installation to readonly when synchronising.
    Synchronisation connections are always initiated on the same installation.
  ........
................
  r46227 | ischommer | 2007-12-03 21:22:14 +1300 (Mon, 03 Dec 2007) | 9 lines
  
  Merged revisions 33175 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33175 | hsmith | 2007-04-03 11:22:15 +1200 (Tue, 03 Apr 2007) | 1 line
    
    Fixed read_only
  ........
................
  r46228 | ischommer | 2007-12-03 21:32:20 +1300 (Mon, 03 Dec 2007) | 10 lines
  
  Merged revisions 33207 via svnmerge from 
  svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.0-nzct-postaudit
  
  ........
    r33207 | hsmith | 2007-04-03 16:59:13 +1200 (Tue, 03 Apr 2007) | 2 lines
    
    Hacked together a validator for the TableField :/
    Allowed EmailField and NumericField to be empty.
  ........
................


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@52784 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-04-15 09:34:18 +00:00
api Added simple JSON processor 2008-03-31 08:49:27 +00:00
cli Improving API documentation 2008-03-02 23:24:10 +00:00
conf Added SS_DEFAULT_ADMIN_USERNAME/PASSWORD defines to conf/ConfigureFromEnv.php 2008-02-10 22:58:58 +00:00
core When ClassInfo::dataClassesFor is passed an instance of the class, the method now automatically coerces the instance to a string of its name 2008-04-14 04:49:08 +00:00
css Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
email Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
filesystem Merged revisions 47623 via svnmerge from 2008-04-09 11:13:24 +00:00
forms Merged revisions 32182 via svnmerge from 2008-04-15 09:21:45 +00:00
images styling for HasManyFileField 2007-12-19 23:07:42 +00:00
integration Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
javascript Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
lang update from translate.silverstripe.com 2008-04-06 02:30:55 +00:00
misc API CHANGE Moved "statistics" functionality into separate module, which is not distributed with a default silverstripe installation. see r52168 2008-04-05 01:40:36 +00:00
parsers Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
profiler Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
search Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
security BUGFIX removed duplicate definition 2008-04-10 01:43:22 +00:00
synchronise Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
templates Merged revisions 46229 via svnmerge from 2008-04-15 09:33:50 +00:00
testing Merged revisions 51459 via svnmerge from 2008-03-19 20:38:52 +00:00
tests Added TokenisedRegularExpression for accurate parsing of class files for the manifest. To make it efficient, the parse results of each file are now cached. 2008-04-08 06:17:58 +00:00
vendor Merged revisions 47265 via svnmerge from 2008-04-06 03:32:17 +00:00
widgets Merged revisions 50812 via svnmerge from 2008-03-11 03:29:36 +00:00
_config.php API CHANGE LeftAndMain.php: Removed $extra_menu_items, $replaced_menu_items, $removed_menu_items (all handled in $menu_items now) 2008-04-05 03:43:58 +00:00
cli-script.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
main.php Added first cut of RestfulServer - simple get support 2008-03-30 23:18:04 +00:00
main.php5 Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Makefile Added note about Makefile so that people don't think they should use that for normal installation. 2008-01-16 23:47:53 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00