root/trunk/system/config


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3189 [3189] 07/22/08 10:29:38 Shadowhand Removed locale.country, it's no longer needed now that l10n is gone. Good …
(edit) @3168 [3168] 07/20/08 21:34:36 Shadowhand Replacing file_exists calls with is_file and is_dir, where possible.
(edit) @3160 [3160] 07/20/08 12:03:48 Shadowhand WARNING! This change makes a massive break in backwards …
(edit) @3147 [3147] 07/18/08 04:00:29 PugFish Added support for multiple locales in locale.language config setting. See …
(edit) @3143 [3143] 07/17/08 11:40:29 Shadowhand Fixing #635, thanks allain!
(edit) @3102 [3102] 07/13/08 06:26:17 OscarB Captcha, updates to allow using multiple fonts
(edit) @3080 [3080] 07/11/08 14:30:46 Geert Added a promote config setting for Captcha which basically means after how …
(edit) @3046 [3046] 07/11/08 03:31:08 Geert Symplifying Captcha background and font config settings
(edit) @3032 [3032] 07/10/08 12:31:35 Geert Pulling riddles from i18n file now. Inverted basic style to generate dark …
(edit) @3031 [3031] 07/10/08 12:06:23 Geert A few minor tweaks to Basic and Alpha Captcha style in order to preserve …
(edit) @3028 [3028] 07/10/08 09:33:05 Geert Captcha_Word_Driver added. It picks a word from the list you supply in the …
(edit) @3024 [3024] 07/10/08 01:21:07 Geert Added a simple Math Captcha driver. Also setting svn properties.
(edit) @3016 [3016] 07/09/08 17:10:48 Geert Follow-up to r3015 * Added Captcha::factory() * Added a Captcha …
(edit) @3015 [3015] 07/09/08 16:45:47 Geert Revamped Captcha library big time. * Each Captcha style has its own …
(edit) @3001 [3001] 07/08/08 10:10:28 Shadowhand Fixing #664, thanks ae.
(edit) @2995 [2995] 07/08/08 03:36:45 Geert Fixing #541. Allowing for letters in versions. Also added a few browsers.
(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) @2966 [2966] 07/06/08 19:18:51 Shadowhand Fixing #675, thanks Stalwart.
(edit) @2883 [2883] 06/23/08 20:35:44 Shadowhand Updated inflector: * Removed all i18n inflector files * Created an …
(edit) @2817 [2817] 06/11/08 09:24:54 zombor Fixing some bad paypal code.
(edit) @2742 [2742] 06/02/08 13:51:45 Geert Follow-up on #622. Cleaning up comments and i18n. Also dropping …
(edit) @2724 [2724] 05/31/08 05:52:53 Geert Follow-up to r2723
(edit) @2717 [2717] 05/29/08 17:09:07 Geert Pagination groups functionality added
(edit) @2698 [2698] 05/28/08 17:33:26 Shadowhand Added "po" MIME type for #591
(edit) @2686 [2686] 05/22/08 05:13:52 PugFish Added start of new Profiler library
(edit) @2682 [2682] 05/21/08 10:18:46 Shadowhand Fixing #576
(edit) @2653 [2653] 05/07/08 10:38:55 OscarB Fix for #460 changes logging threshold. debugging level is now 4. Order 1, …
(edit) @2652 [2652] 05/07/08 10:24:19 OscarB Changes to use standard font in system/fonts. Add new 'alphasoup' …
(edit) @2624 [2624] 05/05/08 11:48:46 Shadowhand Fixing #589, thanks brettalton.
(edit) @2621 [2621] 05/05/08 05:45:17 Geert Some minor cleanups
(edit) @2594 [2594] 04/28/08 16:14:09 Geert Follow-up to r2593. Fixing stuff. Everybody mind your CodingStyle please, …
(edit) @2593 [2593] 04/28/08 16:04:22 Geert CodingStyle maintenance!
(edit) @2568 [2568] 04/24/08 23:35:56 Shadowhand Follow up to r2567, removed routes._allowed config setting.
(edit) @2535 [2535] 04/20/08 05:04:33 Geert Cleaning up Captcha library
(edit) @2533 [2533] 04/18/08 04:11:18 armen Setting svn properties.
(edit) @2525 [2525] 04/17/08 16:10:19 JAAulde default config group now uses array
(edit) @2505 [2505] 04/15/08 12:12:28 Shadowhand Fixing #450, thanks Mihai!
(edit) @2486 [2486] 04/14/08 10:54:25 Geert Added unit_test to modules config. Added $DISABLED property to …
(edit) @2484 [2484] 04/14/08 10:11:38 armen This is a bit faster.
(edit) @2394 [2394] 04/01/08 06:08:13 Geert Fixed another small cache bug. The requests config reads as follows: there …
(edit) @2376 [2376] 03/28/08 20:46:01 Geert Fix #532. Thanks, Tim81.
(edit) @2369 [2369] 03/28/08 13:22:41 Shadowhand Also, why am I not using DOCROOT?
(edit) @2368 [2368] 03/28/08 13:20:06 Shadowhand wth... upload.upload_directory? That makes no sense.
(edit) @2361 [2361] 03/27/08 15:37:14 Shadowhand Fixing #523, thanks samsoffes!
(edit) @2328 [2328] 03/24/08 01:00:38 Shadowhand Fixing #514.
(edit) @2322 [2322] 03/19/08 12:22:39 zombor Adding Paypal Payments Pro support to Payment Library. Fixes #502.
(edit) @2285 [2285] 03/11/08 13:19:05 Shadowhand Added "+" to list of allowed characters in the URL (commonly needed with …
(edit) @2231 [2231] 03/07/08 19:03:24 PugFish Fixing a comment
(edit) @2230 [2230] 03/07/08 19:00:29 PugFish Changed Cache library to use config groups, works the same as Database
(edit) @2214 [2214] 03/03/08 13:34:48 Shadowhand Updated locale handling to be i18n-ized.
(edit) @2206 [2206] 03/01/08 15:43:47 armen Setting properties.
(edit) @2202 [2202] 02/29/08 17:44:17 Shadowhand Added the start of l10n features.
(edit) @2195 [2195] 02/29/08 09:01:28 OscarB Fresh meat for #167 Initial commit
(edit) @2194 [2194] 02/28/08 22:49:37 zombor Need new config too
(edit) @2160 [2160] 02/24/08 10:50:04 Geert Follow-up to r2153
(edit) @2156 [2156] 02/23/08 02:33:37 Geert Added log file name prefix setting. This allows you to store log files …
(edit) @2087 [2087] 02/20/08 15:05:19 Shadowhand Fixing #409, thanks dyron.
(edit) @2053 [2053] 02/15/08 09:11:32 Shadowhand Fixing some typos.
(edit) @2013 [2013] 02/09/08 09:09:49 Geert Fixing #384 (thanks to Suicidalweasel) and moving all session …
(edit) @1903 [1903] 02/02/08 22:37:18 Shadowhand Cleaning up email helper.
(edit) @1893 [1893] 01/31/08 16:38:02 Shadowhand Quick fixes: * Set properties on config/email, and helpers/email * …
(edit) @1892 [1892] 01/31/08 16:34:09 Shadowhand Added email helper, based on Geert's swiftmailer class: …
(edit) @1891 [1891] 01/31/08 14:52:56 Geert Implemented cleaner garbage collection mechanism. PHP passes the session …
(edit) @1865 [1865] 01/29/08 14:48:29 Geert Valid helper updates: * email_rfc() does not allow final newlines …
(edit) @1856 [1856] 01/28/08 17:30:38 Shadowhand Set properties on new Xcache files
(edit) @1854 [1854] 01/28/08 17:27:40 Shadowhand Added Xcache Cache driver, as per #331. Thanks alexsancho!
(edit) @1837 [1837] 01/28/08 10:32:23 Shadowhand Updated config/image.php to use GD as the default driver, removed IM …
(edit) @1821 [1821] 01/26/08 05:11:06 Geert * Removing database.show_errors from comments as well * Minor …
(edit) @1818 [1818] 01/25/08 17:38:43 zombor Followup to r1810, for all database errors.
(edit) @1809 [1809] 01/25/08 12:56:22 armen Setting properties.
(edit) @1798 [1798] 01/23/08 09:57:47 Geert Follow-up to r1797. Clarifying comments a bit.
(edit) @1788 [1788] 01/22/08 14:03:22 Geert More work on the Session library: * Fixed garbage collection mechanics. …
(edit) @1787 [1787] 01/22/08 11:34:29 Geert * Fixed bug: $_SESSIONuser_agent? was always being set to FALSE (for …
(edit) @1779 [1779] 01/21/08 14:34:23 Geert * Session names should only contain alphanumeric characters with at least …
(edit) @1766 [1766] 01/21/08 07:56:39 Geert Cleaning up tons of whitespace: * Use tabs for indenting * Use spaces …
(edit) @1753 [1753] 01/20/08 17:47:09 PugFish Removed the dependancy on Kohana in Controller
(edit) @1743 [1743] 01/20/08 11:45:53 armen corrected mime type of wordperfect.
(edit) @1741 [1741] 01/20/08 11:01:49 Shadowhand Fixing #325, thanks brettalton.
(edit) @1737 [1737] 01/20/08 10:40:13 Shadowhand Setting properties on Cache_Memcache files.
(edit) @1736 [1736] 01/20/08 10:37:56 Shadowhand Added the memcache Cache driver, fixes #313.
(edit) @1718 [1718] 01/16/08 04:30:39 armen Added mime type of docbook, rss, json, and atom.
(edit) @1706 [1706] 01/11/08 13:38:50 Shadowhand Fixing #307.
(edit) @1704 [1704] 01/11/08 13:30:18 Shadowhand Fixing #306.
(edit) @1703 [1703] 01/11/08 13:25:48 Shadowhand Fixing #308.
(edit) @1693 [1693] 01/09/08 11:30:39 Shadowhand Some tweaks and updates to user agent detection.
(edit) @1684 [1684] 01/06/08 03:31:17 Geert * Added cookie data to the Profiler * Translators: update profiler file …
(edit) @1678 [1678] 01/05/08 05:27:28 Geert 'Fixed' #304
(edit) @1670 [1670] 01/04/08 14:07:23 Shadowhand Updated valid::creditcard: * Renamed valid::creditcard to …
(edit) @1668 [1668] 01/04/08 11:01:49 Shadowhand Small cleanups: * Updated system/config file comments * Added …
(edit) @1657 [1657] 01/02/08 00:10:00 Shadowhand Changes to Forge: * Fully working Form_Upload! Still needs real errors, …
(edit) @1653 [1653] 01/01/08 19:35:57 Shadowhand Couple of quick changes: * Added comma to the default allowed URI …
(edit) @1645 [1645] 12/29/07 17:40:15 zombor fixed a typo
(edit) @1639 [1639] 12/28/07 17:22:36 armen Setting properties
(edit) @1598 [1598] 12/20/07 19:14:05 zombor Whoops, need that too
(edit) @1567 [1567] 12/17/07 10:04:17 Shadowhand Forgot to move the configuration file.
(edit) @1530 [1530] 12/14/07 11:27:12 Shadowhand Made the id into the primary key for sqlite cache table creation.
(edit) @1526 [1526] 12/13/07 15:41:09 Geert nl_NL update
(edit) @1522 [1522] 12/13/07 13:28:54 PugFish Normalising properties
(edit) @1514 [1514] 12/13/07 11:39:36 Shadowhand Merged in changes to fix #222
Note: See TracRevisionLog for help on using the revision log.