Bharat Mediratta
f77b26e988
Add kohana23_compat module to bring along functionality that got
...
deleted, but we still want. Start off with the Pagination library.
2009-11-26 14:38:01 -08:00
Bharat Mediratta
9b6663f87a
Update to Kohana r4684 which is now Kohana 2.4 and has substantial
...
changes.
2009-11-24 19:20:36 -08:00
Tim Almdal
61d7ab7d57
Revert "Create a modules and themes directory in the application directory. All subdirectories are ignored by git, so provides a place to put 3rd party themes and modules separate from the core release."
...
This reverts commit e8733e262b37461b6e162ca065521165c6dc31a1.
2009-10-04 10:12:23 -07:00
Tim Almdal
60c15e41b3
Create a modules and themes directory in the application directory. All subdirectories are ignored by git, so provides a place to put 3rd party themes and modules separate from the core release.
2009-10-04 10:12:21 -07:00
Bharat Mediratta
a5f1ef4849
Add support for mod_rewrite in the .htaccess file. There are now
...
instructions for how to tweak RewriteBase correctly. Once that's
done, index.php will automagically disappear. \o/
2009-06-24 21:47:47 -07:00
Bharat Mediratta
47810c9aec
Try again to properly detect the base url, taking into account the
...
sites that mangle SCRIPT_NAME
2009-06-08 23:02:16 -07:00
Bharat Mediratta
b6a0bdb802
Use ORIG_SCRIPT_PATH if it's available to detect the base url, for
...
compatibility with the CGI sapi.
2009-06-05 11:45:18 -07:00
Bharat Mediratta
1848390897
Convert single quotes to double quotes
2009-05-31 00:10:12 -07:00
Bharat Mediratta
7fd6fcaf9b
Force modules/gallery to be at the end of the module load path, so
...
that all other modules can override the core code.
2009-05-28 17:46:17 -07:00
Bharat Mediratta
28b41056e3
Restructure things so that the application is now just another module.
...
Kohana makes this type of transition fairly straightforward in that
all controllers/helpers/etc are still located in the cascading
filesystem without any extra effort, except that I've temporarily
added a hack to force modules/gallery into the module path.
Rename what's left of "core" to be "application" so that it conforms
more closely to the Kohana standard (basically, just
application/config/config.php which is the minimal thing that you need
in the application directory)
There's still considerable work left to be done here.
2009-05-27 15:07:27 -07:00