root/trunk/system/libraries/View.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2980 [2980] 07/07/08 13:50:20 Geert Updated View->set() and View->set_global() to use the same internal …
(edit) @2978 [2978] 07/07/08 12:37:11 Geert One day I will need a view named "0.php"
(edit) @2593 [2593] 04/28/08 16:04:22 Geert CodingStyle maintenance!
(edit) @2574 [2574] 04/25/08 12:14:12 Geert Follow-up to r2567. Removing html::specialchars() calls I added in r2548
(edit) @2556 [2556] 04/23/08 17:35:54 dlib get now also returns kohana_filename,kohana_filetype. With the new …
(edit) @2493 [2493] 04/15/08 01:59:55 Shadowhand Follow up to r2492.
(edit) @2492 [2492] 04/15/08 01:57:12 Shadowhand Fixing #513, thanks memon.
(edit) @2377 [2377] 03/29/08 06:50:38 Geert Added cache.driver_implements error just as is done with all other …
(edit) @2247 [2247] 03/09/08 06:59:16 Geert Unit_Test library update: * User Test classes now must extend …
(edit) @2152 [2152] 02/23/08 01:56:52 armen Canged the Kohana::find_file call syntax due to r2135. you can use …
(edit) @2139 [2139] 02/22/08 13:40:05 Shadowhand Removed all system calls to Kohana::instance(), in favor of …
(edit) @1911 [1911] 02/04/08 11:13:16 PugFish A load more comments converted. Fixed escaping error in fr_FR i18n …
(edit) @1650 [1650] 12/30/07 15:24:55 Shadowhand Added View::bind($name, $var)
(edit) @1638 [1638] 12/28/07 14:01:26 Shadowhand Fixing the instance/factory names: * Changed ORM::instance() to …
(edit) @1592 [1592] 12/20/07 00:27:52 armen You can set custom file type for views, now.
(edit) @1533 [1533] 12/14/07 12:24:55 Shadowhand Added View::instance(), to allow View factories.
(edit) @1527 [1527] 12/13/07 16:12:56 Shadowhand Removing Content-Length header from file serving with View. It causes …
(edit) @1522 [1522] 12/13/07 13:28:54 PugFish Normalising properties
(edit) @1515 [1515] 12/13/07 11:59:03 Shadowhand Merged in changes to fix #222
(edit) @1499 [1499] 12/12/07 13:36:11 Shadowhand Allow HTML files to be served with View.
(edit) @1434 [1434] 12/06/07 17:45:58 PugFish Added set_global() to View
(edit) @1410 [1410] 12/03/07 22:51:36 Shadowhand Small optimizations and comment changes.
(edit) @1384 [1384] 12/02/07 15:55:06 Shadowhand Updating more comments.
(edit) @1383 [1383] 12/02/07 15:39:56 Shadowhand Updated View to phpdoc comments.
(edit) @1379 [1379] 12/02/07 13:49:57 Shadowhand Adding PDF to the list of binary types to serve with Views.
(edit) @1249 [1249] 11/23/07 17:14:42 Shadowhand Small changes to core: * Optimized Kohana::instance(), avoiding a …
(edit) @1230 [1230] 11/21/07 16:02:03 Shadowhand Changes to core: * Updated Kodoc with a slightly more complete usage. * …
(edit) @1088 [1088] 11/11/07 02:55:11 Shadowhand I should do what I say I am going to do... Follow up to r1084.
(edit) @1084 [1084] 11/11/07 01:59:10 Shadowhand Small changes: * Hooks are now loaded *after* system events have been …
(edit) @1016 [1016] 11/07/07 18:36:53 Shadowhand Fixed View::get()
(edit) @1015 [1015] 11/07/07 18:18:26 PugFish Comments updated: * All comments should be converted now except a few not …
(edit) @947 [947] 11/01/07 15:44:41 Shadowhand Nevermind, that was the wrong solution to the wrong problem.
(edit) @946 [946] 11/01/07 15:40:19 Shadowhand Fixing Views to not log a session hit when display non-HTML output
(edit) @932 [932] 11/01/07 04:14:45 PugFish Englishised some descriptions Converted Validation to new comments
(edit) @931 [931] 11/01/07 00:49:47 PugFish More converted
(edit) @908 [908] 10/28/07 05:46:51 Geert Small changes: * Optimized filetype regex in the constructor by applying …
(edit) @892 [892] 10/25/07 21:49:36 Shadowhand Fixing #159
(edit) @866 [866] 10/22/07 13:29:02 Shadowhand Switching comments to Natural Docs. If you have ND installed, you can run …
(edit) @816 [816] 10/13/07 17:45:08 Shadowhand Cleaned up libraries, normalized comment headers, started Cache library, …
(edit) @701 [701] 10/08/07 11:39:27 Geert View constructor didn't allow for tiff (with double f) because of $ at the …
(edit) @678 [678] 10/06/07 21:19:56 Shadowhand Small changes: * Fixed a bug in html:: * Updated Kohana::instance() to …
(edit) @673 [673] 10/05/07 16:12:01 Shadowhand Small changes: * Implemented a work around for Profiler being displayed …
(edit) @656 [656] 10/05/07 00:55:00 Geert Fixing regex in View (no pipes inside character class unless you want to …
(edit) @652 [652] 10/04/07 21:10:40 Shadowhand A few small changes: * Cleaned up debug logging * Changed …
(edit) @648 [648] 10/04/07 16:32:31 Shadowhand Updated Input, replacing xss_clean() with a function by Christian Stocker. …
(edit) @644 [644] 10/04/07 10:45:05 Shadowhand Updated SVN properties on a bunch of files
(edit) @486 [486] 09/03/07 21:49:02 Shadowhand A few small changes: * Added html::script() and html::stylesheet() * …
(edit) @475 [475] 09/02/07 22:28:49 Shadowhand A few small changes: * Changed config item subclass_prefix to …
(edit) @466 [466] 09/01/07 18:04:16 Shadowhand Small changes: * Added config/mimes.php * Updated View class to use …
(edit) @462 [462] 09/01/07 15:35:35 Shadowhand Fixed issue that would occur when exif_imagetype() didn't exist
(edit) @455 [455] 09/01/07 01:19:19 Shadowhand A few small changes: * Removed Core language file * Added Exceptions …
(edit) @447 [447] 08/29/07 19:43:46 Shadowhand On second thought, we should only use the ID property. Also set the EOL …
(edit) @445 [445] 08/29/07 19:33:28 Shadowhand Added Subversion keyword properties to all files. Please add $Author: $, …
(copy) @431 [431] 08/28/07 20:13:50 Shadowhand Moving devel/ branch to trunk/
copied from branches/devel/system/libraries/View.php:
(edit) @409 [409] 08/26/07 14:44:14 Shadowhand Fixing View to allow $this to be used in views (and refer to the …
Note: See TracRevisionLog for help on using the revision log.