Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php | |||
2010-09-21 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-09-17 | Basic license admin panel (maybe we can make it fancier later) | Zach Copley | |
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-06-11 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-07 | Basic custom CSS and theme uploading features. 'local' subdir can now be ↵ | Brion Vibber | |
customized to a distinct directory and URL path to make it easier to separate custom themes for a multi-site farm running a common code base. Currently only one custom theme may be uploaded per site, saved with the name 'custom' and stored into the local/themes subdirectory. Administrators can upload a .ZIP archive containing a theme through the design admin panel; its contents are validated to ensure that only legit files are saved, and a 5M size quota is enforced. Theme upload requires the zip extension for PHP; if not present, theme uploading is disabled by default. Uploading and the custom CSS can be controlled via $config['theme_upload']['enabled'] and $config['custom_css']['enabled']. Configurable directory/path/server for 'local' subdirectory (currently only as used for themes; local plugins not yet switched over) Can set $config['local']['dir'] etc; not currently exposed in the admin panels. Per-site directories on a separate themes server could be set up such as: $config['local']['dir'] = '/path/to/themes/local/' . $_nickname; $config['local']['server'] = 'themes.example.com'; $config['local']['path'] = '/local/' . $_nickname; $config['local']['ssl'] = 'never'; | |||
2010-04-18 | Merge branch '0.9.x' into 1.0.x | Craig Andrews | |
Conflicts: actions/confirmaddress.php actions/imsettings.php | |||
2010-04-10 | Add translator documentation. | Siebrand Mazeland | |
2010-03-22 | Stub plugins administration panel, allows for disabling/re-enabling plugins ↵ | Brion Vibber | |
from the default plugins list. | |||
2010-03-17 | Pulling the stub plugin panel back out; we'll flesh it out more for 1.0.x ↵ | Brion Vibber | |
and see if we can make it easier to disable through the config file for now. Revert "Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list." This reverts commit d9a9fd3779c592e3f4e0a8aea8e385ee2183c0b3. | |||
2010-03-16 | Stub plugins administration panel, allows for disabling/re-enabling plugins ↵ | Brion Vibber | |
from the default plugins list. | |||
2010-03-04 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql | |||
2010-03-04 | Bringing aside back because it is needed for Design values. Will hide | Sarven Capadisli | |
from CSS instead. | |||
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-03 | Move snapshot configuration to its own admin panel | Zach Copley | |
Turn on with: $config['admin']['panels'][] = 'snapshot'; | |||
2010-03-03 | Site-wide notice text admin panel | Zach Copley | |
2010-03-03 | Removed aside container from output for the admin panel sections | Sarven Capadisli | |
2010-03-03 | Add class="admin" to the content div of admin panels for styling | Zach Copley | |
2010-03-02 | Add translator documentation | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-02-06 | Move authorization for admin panels to AdminPanelAction class | Evan Prodromou | |
2010-01-28 | Move sessions settings to its own panel | Zach Copley | |
2010-01-26 | New access admin panel for site registration settings | Zach Copley | |
2010-01-08 | let system administrators disallow certain admin panels | Evan Prodromou | |
2009-11-19 | Added a user admin panel | Zach Copley | |
2009-11-19 | Moved most path and server settings to a new paths admin panel | Zach Copley | |
2009-11-18 | Design admin panel mostly done. | Zach Copley | |
2009-11-11 | add designadminpanel to admin panel tabset | Evan Prodromou | |
2009-11-09 | add nav menu for admin panel | Evan Prodromou | |
2009-11-07 | only load user once, reload settings in admin panel | Evan Prodromou | |
2009-11-07 | superclass for adminpanel actions | Evan Prodromou | |