summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do a chdir in api.php to the script dir to simplify cmdline callsSimon Rettberg2014-10-161-4/+6
* Avoid ID 0 for cat_settings pkSimon Rettberg2014-10-161-3/+3
* Update schema dumpSimon Rettberg2014-10-162-69/+41Star
* Don't use EventLog during update if db is too oldSimon Rettberg2014-10-162-6/+8
* eventlog: add api, add page to view eventsSimon Rettberg2014-10-155-5/+48
* Update translationsSimon Rettberg2014-10-152-2/+8
* Create parent directories when saving trnalsations, add translations for even...Simon Rettberg2014-10-098-2/+36
* Big load of changesSimon Rettberg2014-10-0950-541/+711
* Minor fixes and improvementsSimon Rettberg2014-10-063-14/+7Star
* Use eventlog in init and update API, populate database with default values on...Simon Rettberg2014-10-064-12/+223
* use eventlog when creating users; show info on main page if no user was creat...Simon Rettberg2014-10-067-17/+48
* Implement force utf8 option for mysql dbSimon Rettberg2014-10-062-2/+5
* Move baseconfig translations according to template moveSimon Rettberg2014-10-063-0/+0
* Support list type for configuration variableSimon Rettberg2014-10-063-10/+44
* Support api calls via cli by using first command line option as module nameSimon Rettberg2014-10-062-4/+12
* Update hardcoded messageaSimon Rettberg2014-10-064-3/+59
* Fix up_json_encode being retarded by not escaping quotes by defaultSimon Rettberg2014-10-061-1/+1
* Added NFS help, add missing strings for minilinux downloadSimon Rettberg2014-09-155-6/+35
* Fix typoSimon Rettberg2014-09-151-1/+1
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-1511-43/+125
* [news-API] tag content as 'content' instead of 'info'Jonathan Bauer2014-09-151-2/+2
* Add CONFIG_FOOTER option; if set, it will be appended to the bottom of the pa...Simon Rettberg2014-09-032-0/+6
* [i18n] Remove empty tags from json outputSimon Rettberg2014-09-021-2/+8
* [i18n] Also add submit button at the top of the edit template, so hitting ent...Simon Rettberg2014-09-021-3/+6
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-0225-425/+283Star
* [Render] Show untranslated tags in rendered outputSimon Rettberg2014-09-021-1/+17
* Fix display glitchesSimon Rettberg2014-08-251-0/+3
* [i18n] Template translation is now dynamic wrt number of languagesSimon Rettberg2014-08-252-44/+41Star
* [i18n] Moved all texts from cat_setting and setting to json filesSimon Rettberg2014-08-189-23/+135
* [i18n] Fix loading of messagesSimon Rettberg2014-08-181-1/+1
* Updated config example with commentsSimon Rettberg2014-08-151-6/+2Star
* Merge branch 'master' into i18nSimon Rettberg2014-08-154-7/+12
|\
| * Ignore config.phpSimon Rettberg2014-08-071-0/+1
| * [slx-admin] Out-commented several entries in DB import file (conflictedroot2014-07-291-4/+5
| * [slx-admin] commented marker settingChristian Rößler2014-07-251-1/+4
| * [slx-admin] config.php renamed to config.php.example, set marker for SSPSChristian Rößler2014-07-251-0/+0
| * [news] minor doxygen comment fixJonathan Bauer2014-07-211-2/+2
* | Fix lang-tag in sysconfig templateSimon Rettberg2014-08-151-1/+1
* | Updated german translationsSimon Rettberg2014-08-151-3/+3
* | Find messages and hardcoded-messages in php files, fix editing of messagesSimon Rettberg2014-08-153-44/+80
* | [i18n] Sanity checks, introduced subdir for template language filesSimon Rettberg2014-08-14133-47/+67
* | Re-Format all language files for cleaner future diffsSimon Rettberg2014-08-13111-637/+980
* | Don't bail out if a json file doesn't exist for a given lang+templateSimon Rettberg2014-08-131-3/+3
* | [translation] Hide templates with no lang_* tagsSimon Rettberg2014-08-131-20/+35
* | Fix up_json_encode to actually work properly on assoc arraysSimon Rettberg2014-08-131-7/+12
* | Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18nSimon Rettberg2014-08-1243-350/+614
|\ \
| * | [i18n] removed .json files and corrected the menu linksraul2014-08-085-5/+2Star
| * | [i18n] renamed, improved and commented the translation systemraul2014-08-0836-87/+182
* | | Some sanity checks; start making detection of available languages dynamic; pu...Simon Rettberg2014-08-077-211/+254
* | | Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18nSimon Rettberg2014-08-0716-28/+89
|\| |