root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 07/28/08 15:41:12 @968 [968] goldoraf Fixed bugs in ACL module
(edit) 07/25/08 17:47:49 @967 [967] goldoraf Added a bit of doc for ACL module install
(edit) 07/25/08 17:44:13 @966 [966] goldoraf More work on reusable modules…
(edit) 07/25/08 09:51:15 @965 [965] goldoraf Fixed typo in mysql adapter
(edit) 07/16/08 10:44:51 @964 [964] goldoraf Added support for named routes in form_tag() helper
(edit) 07/15/08 17:47:13 @963 [963] goldoraf Added support for module layouts
(edit) 07/11/08 15:08:24 @962 [962] goldoraf Removed useless cases of a switch in SAbstractAdapter
(edit) 07/11/08 15:05:55 @961 [961] goldoraf Fixed action caching bug
(edit) 07/03/08 18:03:09 @960 [960] goldoraf Fixed previous bug fix (sic) related to many_to_many associations with …
(edit) 07/03/08 18:00:42 @959 [959] goldoraf Fixed previous bug fix (sic) related to many_to_many associations with …
(edit) 07/03/08 17:39:14 @958 [958] goldoraf Fixed bug related to many_to_many associations with scope
(edit) 07/02/08 13:57:53 @957 [957] goldoraf Simplified StatoGroupTest? class
(edit) 07/02/08 12:18:54 @956 [956] goldoraf Added components test script
(edit) 07/02/08 12:06:16 @955 [955] goldoraf Modified test db recreation method : db schema statements must now be …
(edit) 07/02/08 11:34:39 @954 [954] goldoraf Added basic benchmarking for mercury tests and fixed queryset test …
(edit) 07/02/08 09:30:58 @953 [953] goldoraf Adapted migration tests in order to match SimpleTest? evolution
(edit) 06/30/08 18:03:43 @952 [952] goldoraf Adapted ActiveTestCase? class in order to match SimpleTest? evolution
(edit) 06/26/08 12:02:07 @951 [951] goldoraf Fixed PDO related problems
(edit) 06/04/08 15:57:28 @950 [950] goldoraf Enhanced CSV component
(edit) 06/04/08 11:37:53 @949 [949] goldoraf Added a new possible format for date parsing
(edit) 05/20/08 17:25:47 @948 [948] goldoraf Fixed a bug in SActiveRecord class : if a new record was saved in a table …
(edit) 04/29/08 12:13:58 @947 [947] goldoraf Fixed an issue with CSV fixtures
(edit) 04/29/08 12:13:32 @946 [946] goldoraf Added SMigration::ask()
(edit) 04/23/08 16:22:11 @945 [945] goldoraf Fixed minor issue in ActiveTestCase? class
(edit) 04/17/08 14:24:11 @944 [944] goldoraf Added 'test' component (containing stato simpletest extensions) and fixed …
(edit) 04/17/08 14:21:52 @943 [943] goldoraf Fixed notice in SActiveRecord::attribute_old_value()
(edit) 04/17/08 12:32:57 @942 [942] goldoraf Made SXmlRpcClient::decode_response() static
(edit) 04/17/08 12:27:54 @941 [941] goldoraf Fixed notice in SRouteSet::generate()
(edit) 04/17/08 12:18:09 @940 [940] goldoraf Fixed notice in SRouteSet::generate()
(edit) 04/17/08 12:08:20 @939 [939] goldoraf Fixed notice in SRequest::format()
(edit) 04/17/08 11:58:10 @938 [938] goldoraf Fixed notice in SMimeType::parse()
(edit) 04/17/08 11:55:27 @937 [937] goldoraf Fixed notice in SRouteSet::generate()
(edit) 04/17/08 11:38:00 @936 [936] goldoraf Fixed bug in SWebServiceInvocator due to an unfortunate typo
(edit) 04/17/08 10:57:36 @935 [935] goldoraf Set SimpleTest? svn:external property
(edit) 04/17/08 10:49:22 @934 [934] goldoraf Removed SimpleTest? from the repository : as a PHP5 version of ST is in …
(edit) 04/15/08 09:55:32 @932 [932] goldoraf Fixed notice in scaffolding script
(edit) 04/14/08 11:20:14 @930 [930] goldoraf Fixed bug in scaffolding script due to the new modules feature
(edit) 04/14/08 10:21:12 @929 [929] goldoraf Added SActiveRecord::decrement()
(edit) 04/09/08 11:06:43 @928 [928] goldoraf Added SActiveRecord::must_save()
(edit) 04/08/08 10:48:22 @927 [927] goldoraf Removed utf8 helpers (use mbstring instead)
(edit) 04/04/08 16:52:05 @926 [926] goldoraf Removed utf8 helpers (use mbstring instead)
(edit) 04/04/08 10:44:23 @925 [925] goldoraf Fixed a bug in SQuerySet::count() related to the use of limit() method, …
(edit) 04/02/08 17:33:10 @924 [924] goldoraf Fixed a bug in the tracking of attribute changes feature
(edit) 04/02/08 17:17:04 @923 [923] goldoraf Added SActiveRecord::set_attributes() used by SQuerySet to instantiate and …
(edit) 04/02/08 15:59:06 @922 [922] goldoraf Added tracking of attribute changes in SActiveRecord class
(edit) 04/02/08 10:50:43 @921 [921] goldoraf Deprecated SActiveRecord::repr() ; toString() now defaults to the …
(edit) 04/02/08 10:40:58 @920 [920] goldoraf Rolled back r916 changes : we'll wait to start working on 2.0 before …
(edit) 03/31/08 18:58:27 @919 [919] goldoraf Added basic resource tests
(edit) 03/31/08 14:35:56 @918 [918] goldoraf Timestamps are now casted to a timestamp column type instead of a datetime
(edit) 03/31/08 10:07:36 @917 [917] goldoraf Made SUploadedFile::$temp_filename public
(edit) 03/28/08 15:22:12 @916 [916] goldoraf Begun to convert SimpleTest? unit tests to PHPUnit
(edit) 03/26/08 17:02:26 @915 [915] goldoraf Removed SafeHTML library and replaced sanitize() implementation by one …
(edit) 03/26/08 09:53:03 @914 [914] goldoraf Slightly enhanced raw put data parsing
(edit) 03/25/08 11:52:50 @913 [913] goldoraf Fixed bug in radio_button_group() helper
(edit) 03/20/08 17:04:25 @912 [912] goldoraf Fixed bug in SMailer template rendering
(edit) 03/20/08 12:06:42 @911 [911] goldoraf Added SActiveRecord::increment()
(edit) 03/17/08 18:58:38 @910 [910] goldoraf Fixed bug in url rewriting related to the addition of string support in …
(edit) 03/06/08 09:49:22 @909 [909] goldoraf Added db migration to acl module
(edit) 03/05/08 15:45:49 @908 [908] goldoraf Moved web service invocation code from SActionController to a new …
(edit) 03/04/08 16:09:47 @907 [907] goldoraf Allowed string urls to be passed to SUrlRewriter
(edit) 03/04/08 16:08:39 @906 [906] goldoraf Made possible to pass 'module' => false to url_for() in order to generate …
(edit) 03/04/08 12:16:57 @905 [905] goldoraf SActionController::url_for() now uses directly SUrlRewriter::url_for()
(edit) 03/04/08 11:43:40 @904 [904] goldoraf Fixed partials rendering
(edit) 02/29/08 14:03:31 @901 [901] goldoraf Fixed bug in SRequest::parse_request_parameters() : querystring params …
(edit) 02/28/08 17:07:57 @898 [898] goldoraf Modified filtering in SResource class and added call to initialize() in …
(edit) 02/28/08 16:59:14 @897 [897] goldoraf Modified filtering syntax : filters are now appended to an instance of …
(edit) 02/27/08 14:47:03 @896 [896] goldoraf Finished WSSE authentication and added comments
(edit) 02/26/08 10:51:18 @895 [895] goldoraf Added SResource::responds_deleted()
(edit) 02/25/08 18:46:51 @893 [893] goldoraf SHttpMethodNotImplemented now adds a 'Allow' header to the response
(edit) 02/25/08 17:49:55 @892 [892] goldoraf Added SQuerySet::by_sql() in order to provide a shortcut for raw sql
(edit) 02/25/08 15:43:38 @891 [891] goldoraf Slightly enhanced filtering
(edit) 02/25/08 15:43:12 @890 [890] goldoraf Fixed bug in basic http auth component
(edit) 02/25/08 14:57:46 @889 [889] goldoraf Added inflection (alias / status)
(edit) 02/25/08 14:40:19 @888 [888] goldoraf Fixed filters syntax in cms and acl modules
(edit) 02/25/08 14:33:56 @887 [887] goldoraf Added SActionController::add_around_filter(), skip_after_filter() and …
(edit) 02/25/08 12:19:34 @886 [886] goldoraf Modified filtering syntax
(edit) 02/25/08 11:07:21 @885 [885] goldoraf Modified SResource::responds_error() and added responds_detailed_error()
(edit) 02/25/08 07:15:28 @883 [883] goldoraf Added SResource::responds_error()
(edit) 02/24/08 22:12:09 @881 [881] goldoraf Added SResource::responds_nothing()
(edit) 02/24/08 22:11:30 @880 [880] goldoraf Fixed bug in SResponse class : status header was send, but it's necessary …
(edit) 02/24/08 16:12:59 @879 [879] goldoraf Added SResource::responds_created()
(edit) 02/24/08 14:43:57 @878 [878] goldoraf Added SResource::responds_text()
(edit) 02/21/08 23:51:50 @875 [875] goldoraf Added filters support to SResource class
(edit) 02/21/08 23:39:25 @874 [874] goldoraf Extracted SActionController::process_filters() into new SFilters class
(edit) 02/21/08 23:16:24 @873 [873] goldoraf Deleted SResource::$authentication property (not really useful)
(edit) 02/21/08 23:11:11 @872 [872] goldoraf Enhanced HTTP basic auth
(edit) 02/21/08 22:17:28 @871 [871] goldoraf Added embryo of WSSE auth class
(edit) 02/21/08 19:08:11 @869 [869] goldoraf Enhanced active records serialization
(edit) 02/21/08 18:46:27 @868 [868] goldoraf Added SManyAssociationManager::target()
(edit) 02/20/08 13:51:27 @867 [867] goldoraf Deleted extjs folder in cms module (Ohloh thinks Stato is a JS framework …
(edit) 02/19/08 15:13:53 @866 [866] goldoraf Fixed routing bug introduced with the last commit. Added …
(edit) 02/19/08 14:47:58 @865 [865] goldoraf Rewrote some of SRequest functionality and replaced SUpload class by …
(edit) 02/17/08 15:41:22 @864 [864] goldoraf Added $authentication property to SResource class
(edit) 02/17/08 15:40:49 @863 [863] goldoraf Modified HTTP Basic auth component
(edit) 02/15/08 12:18:12 @862 [862] goldoraf Updated 'generate' command in order to support modules
(edit) 02/15/08 10:50:45 @861 [861] goldoraf Moved set_error_handler() call to SDispatcher constructor
(edit) 02/13/08 19:20:23 @859 [859] goldoraf Added modules support
(edit) 02/13/08 16:31:50 @858 [858] goldoraf Quickly hacked routing in order to support modules
(edit) 02/13/08 12:14:15 @857 [857] goldoraf Renamed /engines to /modules
(edit) 02/13/08 12:05:57 @856 [856] goldoraf Added preliminary version of acl module