Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | added basic mobile styles to extension manager (not great, but makes things ↵ | Anika Henke | 2014-01-05 | |
| | | | | at least readable) | |||
* | fixed and improved some HTML in extension manager | Anika Henke | 2014-01-05 | |
| | ||||
* | added git warning | Andreas Gohr | 2014-01-05 | |
| | ||||
* | fixed strict standard error and added some docblock | Andreas Gohr | 2014-01-05 | |
| | ||||
* | removed the old plugin manager | Andreas Gohr | 2014-01-05 | |
| | ||||
* | typo fix | Andreas Gohr | 2014-01-05 | |
| | ||||
* | protect authplain and current auth plugin | Andreas Gohr | 2014-01-05 | |
| | ||||
* | do not show updates for bundled plugins | Andreas Gohr | 2014-01-05 | |
| | ||||
* | use config for firguring out if an extension is protected | Andreas Gohr | 2014-01-05 | |
| | ||||
* | even more fixes for the bundled extension list | Andreas Gohr | 2014-01-05 | |
| | ||||
* | template:default is no longer bundled | Andreas Gohr | 2014-01-05 | |
| | ||||
* | the plugin is called testing not test | Andreas Gohr | 2014-01-05 | |
| | ||||
* | removed superflous README for bundled plugin | Andreas Gohr | 2013-12-15 | |
| | ||||
* | only carry the q to search tab | Andreas Gohr | 2013-08-11 | |
| | ||||
* | confirm uninstalling of extensions | Andreas Gohr | 2013-08-11 | |
| | ||||
* | just not handle enable/disable for templates for now | Andreas Gohr | 2013-08-11 | |
| | ||||
* | fixed donation link | Andreas Gohr | 2013-08-11 | |
| | ||||
* | fixed button logic | Andreas Gohr | 2013-08-11 | |
| | ||||
* | fixed screenshots | Andreas Gohr | 2013-08-10 | |
| | ||||
* | updated styles | Andreas Gohr | 2013-08-10 | |
| | | | | RTL styles need to be readded | |||
* | language cleanup | Andreas Gohr | 2013-08-10 | |
| | | | | removed all unused strings | |||
* | changed exception handling, redirect after post actions | Andreas Gohr | 2013-08-10 | |
| | ||||
* | nicer tabs | Andreas Gohr | 2013-08-10 | |
| | ||||
* | manual install tab now works | Andreas Gohr | 2013-08-10 | |
| | ||||
* | added AJAX detail infos | Andreas Gohr | 2013-08-09 | |
| | ||||
* | made info mechanism work again | Andreas Gohr | 2013-08-09 | |
| | ||||
* | fixed popularity display | Andreas Gohr | 2013-08-09 | |
| | ||||
* | some style changes | Andreas Gohr | 2013-08-09 | |
| | ||||
* | sort plugins | Andreas Gohr | 2013-08-09 | |
| | ||||
* | make sure temporary folders are cleaned up | Andreas Gohr | 2013-08-09 | |
| | ||||
* | installation now works | Andreas Gohr | 2013-08-09 | |
| | ||||
* | added tests for the find_folders method | Andreas Gohr | 2013-08-09 | |
| | ||||
* | added a very simplistic lightbox | Andreas Gohr | 2013-08-09 | |
| | ||||
* | moved CSS to LESS file, removed angua compatibility | Andreas Gohr | 2013-08-09 | |
| | ||||
* | added 4th tab for manual install | Andreas Gohr | 2013-08-09 | |
| | ||||
* | added a first unit test | Andreas Gohr | 2013-08-09 | |
| | ||||
* | fixed some confusion between base, id and name | Andreas Gohr | 2013-08-09 | |
| | ||||
* | some initial go at the search tab | Andreas Gohr | 2013-08-09 | |
| | ||||
* | added gravatar images | Andreas Gohr | 2013-08-09 | |
| | ||||
* | translated error message | Andreas Gohr | 2013-08-04 | |
| | ||||
* | removed test repository again | Andreas Gohr | 2013-08-04 | |
| | ||||
* | added intros | Andreas Gohr | 2013-08-04 | |
| | ||||
* | moved display stuff to gui class, added template list | Andreas Gohr | 2013-08-04 | |
| | ||||
* | added tab navigation | Andreas Gohr | 2013-08-04 | |
| | ||||
* | various gui fixes | Andreas Gohr | 2013-08-04 | |
| | ||||
* | added connectivity recheck | Andreas Gohr | 2013-08-04 | |
| | ||||
* | fixed typo in define | Andreas Gohr | 2013-08-04 | |
| | ||||
* | fixed screenshot height | Andreas Gohr | 2013-08-04 | |
| | ||||
* | added tabURL builder | Andreas Gohr | 2013-08-04 | |
| | ||||
* | Extension manager: Implement extension table | Michael Hamann | 2013-08-02 | |
| | | | | | This uses a lot of code and the whole design from the previous extension manager implementation. |