root/trunk/application

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3410 [3410] 6 weeks Geert config typos
(edit) @3381 [3381] 7 weeks Shadowhand Follow up to r3366: * Updated config and routes configuration comments …
(edit) @3376 [3376] 7 weeks Shadowhand Follow up to r3366: * Removed core.extension_prefix, it is no longer …
(edit) @3366 [3366] 7 weeks Shadowhand API CHANGE! Major changes to error reporting, routing, and class …
(edit) @3326 [3326] 2 months Shadowhand Core cleanup: * Removed SYSPATH check from all files * Changed …
(edit) @3317 [3317] 2 months Shadowhand Follow up to r3300
(edit) @3316 [3316] 2 months Shadowhand Follow up to r3300
(edit) @3300 [3300] 2 months OscarB Fixed example controller methods to work properly for 2.2
(edit) @3293 [3293] 2 months OscarB Fixes #753 thanks msaraujo
(edit) @3292 [3292] 2 months Geert Freshening up the welcome page design
(edit) @3289 [3289] 2 months OscarB Follow up to r3288, I'm jinxed :-(
(edit) @3288 [3288] 2 months OscarB Update welcome view text for #750
(edit) @3286 [3286] 2 months OscarB follow up for r3285, forgot the views
(edit) @3285 [3285] 2 months OscarB Fix for #750
(edit) @3281 [3281] 2 months Shadowhand Follow up to r3280
(edit) @3275 [3275] 2 months Shadowhand Updated welcome controller to use the default kohana template added in …
(edit) @3272 [3272] 2 months Geert Follow-up to r3271
(edit) @3271 [3271] 2 months Geert Fix #748
(edit) @3239 [3239] 3 months Geert Removed the core.allow_config_set config setting. See: …
(edit) @3232 [3232] 3 months Geert hooks config file removed, enable_hooks moved to core configuration
(edit) @3161 [3161] 3 months Shadowhand Follow up to r3160, forgot config.php
(edit) @3108 [3108] 3 months Shadowhand Moved Payment library and associated files to a new "payment" module.
(edit) @3080 [3080] 3 months Geert Added a promote config setting for Captcha which basically means after how …
(edit) @3047 [3047] 3 months Geert Captcha updates: * Bug fix: made sure the captcha_response session …
(edit) @3043 [3043] 3 months Geert Updated the Captcha example to show how you could use the response …
(edit) @3031 [3031] 3 months Geert A few minor tweaks to Basic and Alpha Captcha style in order to preserve …
(edit) @3017 [3017] 3 months Geert Follow-up to r3016. Forgot to commit the example. Oops.
(edit) @2932 [2932] 4 months Shadowhand Added modules/object_db, rather than having and entirely separate branch …
(edit) @2713 [2713] 5 months Shadowhand Added "internal_cache" to core config, to prepare for #580.
(edit) @2622 [2622] 5 months Geert Fixed #588
(edit) @2594 [2594] 6 months Geert Follow-up to r2593. Fixing stuff. Everybody mind your CodingStyle please, …
(edit) @2593 [2593] 6 months Geert CodingStyle maintenance!
(edit) @2581 [2581] 6 months Geert Updating pagination example the proper way
(edit) @2580 [2580] 6 months Geert Follow-up to r2578
(edit) @2565 [2565] 6 months Shadowhand Follow up to r2564, core.render_stats should be enabled by default.
(edit) @2564 [2564] 6 months Shadowhand Added core.render_stats configuration option. NOTE: This must be added to …
(edit) @2486 [2486] 6 months Geert Added unit_test to modules config. Added $DISABLED property to …
(edit) @2443 [2443] 6 months Shadowhand Removed pdomo from the default modules list.
(edit) @2440 [2440] 6 months Shadowhand Updated welcome pages, to fix a bug when using a URL suffix. Nice catch …
(edit) @2397 [2397] 7 months Shadowhand Added pdomo to modules
(edit) @2315 [2315] 7 months Shadowhand Follow up to r2313 and r2314 (fixing errors)
(edit) @2314 [2314] 7 months Shadowhand Updated demo controllers with a full class header and comments.
(edit) @2252 [2252] 7 months Shadowhand Cleanup for r2251.
(edit) @2251 [2251] 7 months Shadowhand Follow up to r2249: * Moved KOHANA_ERROR_CSS to …
(edit) @2233 [2233] 7 months Shadowhand Follow up to r2229, welcome and examples should not be allowed in …
(edit) @2178 [2178] 8 months gregmac Allow html::base() to return absolute paths (no protocol/domain) when …
(edit) @2177 [2177] 8 months gregmac Add support for blank site_protocol (if not explicity passed to base, …
(edit) @2150 [2150] 8 months Shadowhand Cleaning up examples for 2.1.2.
(edit) @2136 [2136] 8 months Shadowhand Fixing up examples/user_agent, follow up to r2131.
(edit) @2097 [2097] 8 months Geert * Pagination API change: create_links() has been renamed to render(). It …
(edit) @2088 [2088] 8 months armen Added depends_on rule. Update the examples controller with new validation …
(edit) @2081 [2081] 8 months armen Ignored log files in "svn status" command.
(edit) @2078 [2078] 8 months Shadowhand Adding "Donate" to the welcome page.
(edit) @2077 [2077] 8 months Shadowhand Putting some stats in the welcome page.
(edit) @2044 [2044] 8 months armen Setting properties.
(edit) @2005 [2005] 8 months PugFish Replaced all instances of loading using the now removed Loader …
(edit) @2004 [2004] 8 months Shadowhand Updated default welcome controller and views. Much more attractive now.
(edit) @2003 [2003] 8 months Shadowhand Upgrading trunk to be PHP 5.2+ compatible: * index.php check upgraded to …
(edit) @1937 [1937] 8 months Shadowhand Setting up application/config/config.php for 2.1 release: * Enabled XSS …
(edit) @1911 [1911] 8 months PugFish A load more comments converted. Fixed escaping error in fr_FR i18n …
(edit) @1792 [1792] 9 months Shadowhand Fixing #315 and adding an example.
(edit) @1766 [1766] 9 months Geert Cleaning up tons of whitespace: * Use tabs for indenting * Use spaces …
(edit) @1758 [1758] 9 months PugFish Renamed autoload in config.php to preload to avoid confusion with real …
(edit) @1733 [1733] 9 months armen Adds missed delimiters.
(edit) @1634 [1634] 10 months PugFish include_paths config entry has been renamed to modules for clarity You …
(edit) @1610 [1610] 10 months Shadowhand Added comments to the new Calendar and /examples/calendar
(edit) @1566 [1566] 10 months Shadowhand Moved Image to system/libraries, preparing to delete the image image …
(edit) @1536 [1536] 10 months armen You can use php functions like trim, sha1, md5, strtoupper, etc as a rule, …
(edit) @1522 [1522] 10 months PugFish Normalising properties
(edit) @1514 [1514] 10 months Shadowhand Merged in changes to fix #222
(edit) @1410 [1410] 11 months Shadowhand Small optimizations and comment changes.
(edit) @1409 [1409] 11 months Shadowhand Optimization of Cache_File. Take 2.
(edit) @1399 [1399] 11 months Shadowhand Using a view for the welcome page.
(edit) @1369 [1369] 11 months Shadowhand Changes to core: * Made Kohana::exception_handler respect the …
(edit) @1334 [1334] 11 months Shadowhand Changes to core: * Unfound resources will no longer use plural directory …
(edit) @1333 [1333] 11 months Shadowhand Changes to core: * Updated Kohana::render output_compression to send a …
(edit) @1320 [1320] 11 months Shadowhand Changes to core: * Updated config/config comments * Updated …
(edit) @1297 [1297] 11 months Shadowhand Small changes to core: * Added Kodoc to the list of available default …
(edit) @1273 [1273] 11 months Shadowhand Changes to core: * Added output_compression configuration option, to …
(edit) @1269 [1269] 11 months Geert Removing enable_utf8 config setting. The reason it was added in r1250 was …
(edit) @1259 [1259] 11 months Geert Use single quotes where possible
(edit) @1250 [1250] 11 months Shadowhand More changes to core: * Added a kohana_loading benchmark, for timing …
(edit) @1230 [1230] 11 months Shadowhand Changes to core: * Updated Kodoc with a slightly more complete usage. * …
(edit) @1104 [1104] 11 months zombor Fix a bug where table.column wasn't being escaped properly with modifiers …
(edit) @1103