| Age | Commit message (Collapse) | Author |
|
file and store them as gallery module variables. Requires a version number bump to 37.
|
|
|
|
matched by the trailing (.*) group"
This breaks adding new albums. I get the following in my error log:
"2010-07-13 13:08:46 -07:00 --- error: Kohana_404_Exception [ 43 ]: The page you requested, form/add/albums/1?type=album&g-in-dialog, could not be found."
This reverts commit cb4e18f9dddd82a283f0208c694a9b4eb1a2eaca.
|
|
by the trailing (.*) group
|
|
there, so the regex doesn't match"
This reverts commit e4d397d30118a3d673b146c44ed329efa08bbefe.
|
|
the regex doesn't match
|
|
|
|
days of inactivity.
|
|
in phpinfo(), then force it to America/Los_Angeles for now.
|
|
system/config/locale.php. This fixes the "date_default_timezone_set()
[function.date-default-timezone-set]: Timezone ID '' is invalid" error.
|
|
way as non admin forms. i.e. a uri of /form/add/admin/<controller>/parms gets routed as admin/<controller/form_add/<parms>
|
|
1) Controller::$input is gone -- use Input::instance() now
2) Handle new 'database.<default>.connection.params' parameter
3) Handle new 'cache.<default>.prefix' parameter
|
|
because of preamble variation in K24.
|
|
|
|
1) The new default route is "albums", and Albums_Controller::index() does the right thing
2) Items_Controller redirects to the appropriate specific controller
3) All item controllers now have show() instead of _show(), so that
the routing code in url::parse_url() can get to it. But that code is protected against
receiving bogus requests.
|
|
|
|
|
|
|
|
replace spaces in the filename
Fixes ticket #853
|
|
Identity constructor to look in module::get_var(gallery, identity_provider) for the current identity driver.
In addition, don't just arbitrarily lock the use module. Only lock gallery and the module that is referenced by "user_driver_module" variable.
|
|
config file and correct a missing variable in the view.
|
|
Password" link
|
|
|
|
and display if the Identity driver does not support writes. This is set in the config.identity.php
|
|
Create an Identity library that defines the interface the Gallery3 expects
Move the user and group helpers into the gallery module to provide the familiar
interface into the Identity library.
Create a Gallery Identity back-end that is supplied by the user module.
The vision here is that all user and group code that is gallery or ui specific
is contained within the core product. Anything that relates to manipulating a
user or group is contained in the back end code that can be replaced.
|
|
cleaner and we don't need to know about the module innards. Move the
config file over there too.
|
|
|
|
call HTMLPurifier->purify()
|
|
unit tests pass
|
|
|
|
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.
|