root/trunk/system


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3010 [3010] 07/08/08 17:09:39 Geert Cleaning up Captcha_Controller. Using in built in text::random() function. …
(edit) @3008 [3008] 07/08/08 13:48:37 Shadowhand Follow up to r3005, removing an unnecessary method.
(edit) @3007 [3007] 07/08/08 12:03:35 Geert Whitespace fix
(edit) @3005 [3005] 07/08/08 11:08:39 Shadowhand Fixing #678, thanks Adura.
(edit) @3002 [3002] 07/08/08 10:19:12 Shadowhand Fixing #565, thanks Igor.
(edit) @3001 [3001] 07/08/08 10:10:28 Shadowhand Fixing #664, thanks ae.
(edit) @2999 [2999] 07/08/08 07:36:43 Geert Fixed #563
(edit) @2998 [2998] 07/08/08 05:48:47 Geert Fixed #599
(edit) @2997 [2997] 07/08/08 05:29:13 Geert Yes, those parentheses do make a difference because alternation is …
(edit) @2996 [2996] 07/08/08 05:17:51 Geert Small optimization to file::extension()
(edit) @2995 [2995] 07/08/08 03:36:45 Geert Fixing #541. Allowing for letters in versions. Also added a few browsers.
(edit) @2994 [2994] 07/07/08 21:30:32 Shadowhand Fixing #660 and #674, thanks edam and alexsancho.
(edit) @2993 [2993] 07/07/08 21:27:40 Shadowhand Updated Session::delete() to delete the session cookie when calling …
(edit) @2992 [2992] 07/07/08 21:25:50 Shadowhand Changed the behavior of Database::instance() to allow named instances, …
(edit) @2991 [2991] 07/07/08 21:19:34 Shadowhand Fixing a bug in cookie::delete() that wouldn't unset the $_COOKIE global …
(edit) @2990 [2990] 07/07/08 17:38:58 Shadowhand Doh, fixing #676.
(edit) @2988 [2988] 07/07/08 15:47:12 Shadowhand Fixing #676, thanks Lick.
(edit) @2985 [2985] 07/07/08 15:13:27 Shadowhand Fixing #637, thanks Nodren.
(edit) @2982 [2982] 07/07/08 13:59:03 Shadowhand Fixing #610, thanks SuicidalWeasel?!
(edit) @2981 [2981] 07/07/08 13:51:57 Shadowhand Added Kohana::close_buffers(), set Kohana::shutdown() to call …
(edit) @2980 [2980] 07/07/08 13:50:20 Geert Updated View->set() and View->set_global() to use the same internal …
(edit) @2979 [2979] 07/07/08 13:18:13 Shadowhand Added MKA and MKV to the mimes.
(edit) @2978 [2978] 07/07/08 12:37:11 Geert One day I will need a view named "0.php"
(edit) @2975 [2975] 07/06/08 20:20:45 Shadowhand Fixing #661, thanks Nodren.
(edit) @2973 [2973] 07/06/08 20:10:18 Shadowhand Follow up to r2971: * Inflector is now forces lowercase on all …
(edit) @2971 [2971] 07/06/08 19:46:21 Shadowhand Fixing #672, thanks s_brightsky!
(edit) @2966 [2966] 07/06/08 19:18:51 Shadowhand Fixing #675, thanks Stalwart.
(edit) @2958 [2958] 07/03/08 13:05:44 Shadowhand Fixing #671, thanks Lick.
(edit) @2954 [2954] 07/01/08 14:38:34 Shadowhand Added initial feed::create($info, $items, $format) method. Only supports …
(edit) @2939 [2939] 06/30/08 12:16:29 Shadowhand Follow up to r2938, optimize
(edit) @2938 [2938] 06/30/08 12:14:58 Shadowhand Fix to html::anchor: when passing "#id" as the URI, url::base() should not …
(edit) @2937 [2937] 06/30/08 09:02:53 armen Don't force $array as array, it could be any iterateable object.
(edit) @2936 [2936] 06/29/08 18:32:40 Shadowhand How did that happen? Thanks zextra!
(edit) @2935 [2935] 06/29/08 14:26:22 Geert Pagination groups are now supplied as part of the config array instead of …
(edit) @2931 [2931] 06/29/08 10:29:08 Shadowhand Fixing a bug in Router that could cause the include path order to be …
(edit) @2930 [2930] 06/27/08 15:28:42 zombor Update to r2922, adding support to return entire array with input->post()
(edit) @2926 [2926] 06/27/08 10:49:53 Shadowhand Nice catch dlib
(edit) @2924 [2924] 06/27/08 10:46:20 Shadowhand Fixing #666, thanks rafaelss
(edit) @2923 [2923] 06/27/08 10:44:24 Shadowhand Fixing #665, thanks rafaelss
(edit) @2922 [2922] 06/27/08 10:36:55 Shadowhand Split Input::call into 4 separate methods
(edit) @2919 [2919] 06/26/08 12:50:43 Shadowhand Minor fix to Session: When Session::regenerate is called, the $_COOKIE …
(edit) @2918 [2918] 06/26/08 10:55:53 Shadowhand Nope, guess not.
(edit) @2917 [2917] 06/26/08 10:26:39 Shadowhand More bugs in inflector. Hopefully this is the last.
(edit) @2915 [2915] 06/25/08 19:16:17 Shadowhand Optimizations to ORM
(edit) @2914 [2914] 06/25/08 18:45:11 Shadowhand Optimizing form::open() and form::attributes()
(edit) @2913 [2913] 06/25/08 16:44:12 Shadowhand More bugs with inflector.
(edit) @2912 [2912] 06/25/08 16:37:36 Shadowhand Wow, no one caught that, not even me?
(edit) @2911 [2911] 06/25/08 16:14:46 Shadowhand Fixing some type comparisons in form::
(edit) @2907 [2907] 06/25/08 15:46:32 Shadowhand Follow up to r2885. Nice catch Zeelot3k.
(edit) @2906 [2906] 06/25/08 15:40:28 Shadowhand Renamed swapped upload::required and upload::valid names, due to confusion …
(edit) @2905 [2905] 06/25/08 14:50:32 Shadowhand Fixing #662, thanks HarryR!
(edit) @2901 [2901] 06/25/08 11:50:50 Shadowhand Reverting r2898, because it's inconsistent
(edit) @2899 [2899] 06/25/08 04:04:09 armen Removed extra called in foreaches.
(edit) @2898 [2898] 06/25/08 04:03:23 armen Append default method in to the rsegments.
(edit) @2897 [2897] 06/25/08 04:02:08 armen Removed extra calls from core.
(edit) @2896 [2896] 06/25/08 04:01:21 armen Removed debug line.
(edit) @2893 [2893] 06/24/08 13:44:33 Shadowhand Whoops, left some debug behind in r2891
(edit) @2892 [2892] 06/24/08 13:42:52 Shadowhand Follow up to r2891, proper testing of $method_segment
(edit) @2891 [2891] 06/24/08 13:38:29 Shadowhand Another Router follow up. This should fix all the issues with …
(edit) @2890 [2890] 06/24/08 11:31:30 Shadowhand Follow up to r2889, cleaning up a few things
(edit) @2889 [2889] 06/24/08 11:18:12 Shadowhand Fixing controllers in sub-dirs, hopefully
(edit) @2888 [2888] 06/24/08 08:57:11 OscarB fix for r2886 where _default or 404 is returned if index method not …
(edit) @2887 [2887] 06/24/08 08:54:47 OscarB fix for r2886 undefined static var Router::$directory line 213
(edit) @2886 [2886] 06/24/08 02:44:33 Shadowhand Changes to Router: * Massive simplification of Router::setup() * …
(edit) @2885 [2885] 06/23/08 21:35:18 Shadowhand Fixing a bug in form::open() that would cause to use the current URI
(edit) @2883 [2883] 06/23/08 20:35:44 Shadowhand Updated inflector: * Removed all i18n inflector files * Created an …
(edit) @2882 [2882] 06/23/08 19:29:57 Shadowhand Removed an unnecessary reference in Kohana::key_string()
(edit) @2879 [2879] 06/22/08 08:09:51 armen Removed unnecessary called in foreaches.
(edit) @2877 [2877] 06/22/08 03:42:26 armen config.php is required.
(edit) @2876 [2876] 06/22/08 03:39:16 armen site_domain could be empty but it should be set.
(edit) @2874 [2874] 06/21/08 12:23:47 spirit rollback fr_FR inflector to en_US.
(edit) @2873 [2873] 06/20/08 17:01:20 Edy more consistency in de_DE
(edit) @2872 [2872] 06/20/08 16:58:24 Edy de_DE update (see r2870)
(edit) @2871 [2871] 06/20/08 15:50:53 alexsancho es_ES update (see r2870)
(edit) @2870 [2870] 06/20/08 15:31:22 Shadowhand Missing an i18n key for Image
(edit) @2869 [2869] 06/20/08 11:19:28 Shadowhand Changed Validation::safe_array() to allow passing a set of keys to use, …
(edit) @2864 [2864] 06/19/08 18:22:57 Shadowhand Fixed a missing comma in pt_BR, thanks radekk!
(edit) @2862 [2862] 06/19/08 15:37:34 zombor Fixing the style >_<
(edit) @2861 [2861] 06/19/08 14:44:29 zombor Fixing #295.
(edit) @2858 [2858] 06/18/08 14:21:06 Shadowhand Added a $chmod param to Image::save()
(edit) @2852 [2852] 06/18/08 09:45:37 Shadowhand Fixing #648, thanks edam!
(edit) @2849 [2849] 06/16/08 16:27:20 Shadowhand Added a $chmod parameter to upload::save()
(edit) @2848 [2848] 06/16/08 16:23:42 Shadowhand Fixing up html::image() to be more like html::anchor()
(edit) @2833 [2833] 06/12/08 04:18:12 dlib Switched around method assignment and event execution. This means that the …
(edit) @2832 [2832] 06/11/08 21:11:24 fernandoc Update
(edit) @2830 [2830] 06/11/08 17:00:40 alf it_IT update
(edit) @2827 [2827] 06/11/08 15:45:54 Shadowhand Updated Calendar comments
(edit) @2826 [2826] 06/11/08 14:34:33 spirit i18n FR update
(edit) @2822 [2822] 06/11/08 12:13:46 Shadowhand Don't commit syntax errors!
(edit) @2821 [2821] 06/11/08 12:06:55 Shadowhand Added Calendar::factory()
(edit) @2820 [2820] 06/11/08 10:03:18 zombor Removing non-required fields and a few cleanups.
(edit) @2817 [2817] 06/11/08 09:24:54 zombor Fixing some bad paypal code.
(edit) @2801 [2801] 06/10/08 18:14:33 kamilko Latest updates fo pl_PL
(edit) @2798 [2798] 06/10/08 17:58:09 Shadowhand Updated en_GB for 2.1.2
(edit) @2790 [2790] 06/10/08 17:12:03 Shadowhand Fixing a bug in Log::write() that would cause some lines to be merged …
(edit) @2775 [2775] 06/09/08 12:42:22 Shadowhand Fixing a potential bug in html::mailto() with and empty email address
(edit) @2774 [2774] 06/09/08 11:42:37 Shadowhand Added total rows count to Profiler's database output. Thanks speal!
(edit) @2771 [2771] 06/08/08 16:39:00 Shadowhand Reverted r2769 and r2770, should have been commits to 2.1.2
(edit) @2770 [2770] 06/08/08 16:02:47 Shadowhand Preparing de_DE for 2.1.2. Thanks Edy!
(edit) @2769 [2769] 06/08/08 16:01:48 Shadowhand Preparing de_DE for 2.1.2. Thanks Edy!
Note: See TracRevisionLog for help on using the revision log.