aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates
Commit message (Collapse)AuthorAge
* Merge branch 'feature-easier-templating' into developKevin Chabowski2012-06-06
|\
| * Removed debug stuff from standard.html template.feature-easier-templatingKevin Chabowski2012-06-06
| |
| * Default template now uses new features.Kevin Chabowski2012-06-06
| |
* | Better(?) tag editor.Kevin Chabowski2012-05-26
| | | | | | | | | | | | | | * Look&Feel of the Tag editor now matches better with the rest of the backend. * Deleted templates, functions and translations that are not longer needed.
* | ste:default_delete_yesno introducesKevin Chabowski2012-05-26
| | | | | | | | | | | | This tag makes it a bit easier to write backend templates. It automatically generates the typical dropdown + button combo for mass-deleting entries.
* | Sidebar blocks of Article editor can be expanded/collapsed.Kevin Chabowski2012-05-21
|/
* Plugins can now hook into the Article editor.feature-plugin-articledataKevin Chabowski2012-05-20
| | | | | | | * Plugins can display additional fields in the article editor. * Plugins can perform actions when saving an article and even veto the saving. * Plugins can get their ArticleExtradata objects.
* Uncatched exception, if a tag had no translation for current language.Kevin Chabowski2012-04-24
| | | | | Now fixed. These tags are now filtered out. Also, Beta 5
* Allow comment setting was not saved correctly. Fixed.Kevin Chabowski2012-03-03
| | | | | | | Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a good idea... Beta 4
* Debug now toggleable in backend; used new STE features.Kevin Chabowski2012-03-01
| | | | | | | * If __DEBUG__ is true, STE will be in a more verbose mode. * Ratatöskr's frontend STETags now uses the \ste\RuntimeError exception This will also be Beta 3
* Default repositories will be configured during setup now.Kevin Chabowski2012-02-28
| | | | Also: Beta 2
* Added embedding code generator for STE code.Kevin Chabowski2012-02-18
| | | | | Also fixed a bug that the pagetitle of the embedding code generator page was not displayed.
* Incompatible plugins will now get disabled.Kevin Chabowski2012-02-18
|
* Improved language selector in add tag translation.Kevin Chabowski2012-02-03
|
* TIL: <form />'s method value *MUST* be lowercase.Kevin Chabowski2012-02-03
| | | | | <irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony>
* Plugin deletion can now be enforced.Kevin Chabowski2012-02-01
| | | | | | This will skip the RatatoeskrPlugin::delete() part and will not load the plugin before deletion, so you can delete a plugin if it contained syntax errors without disabling plugins in config.php
* Fixed article editor. Again.Kevin Chabowski2012-01-31
| | | | | | * Fixed last bugfix -.- * <option name...> --> <option value...> I don't know how this had worked at all before...
* Escaping image embedding code.Kevin Chabowski2012-01-29
|
* You can now use %root% in CSS styles too.Kevin Chabowski2012-01-29
|
* Changed copyright informations, added README.md and INSTALL.mdKevin Chabowski2012-01-22
| | | | Also we are now Beta :-)
* Setup script and clean config file.Kevin Chabowski2012-01-21
|
* Improved language selector in article editor.Kevin Chabowski2012-01-17
| | | | | Now you can type the language code while in the dropdown menu to quickly go to the corresponding entry.
* Internationalized Content::Write cheat sheet.Kevin Chabowski2012-01-14
|
* We can now change the language of a user.Kevin Chabowski2012-01-14
|
* created ste:default_error / ste:default_success tags.Kevin Chabowski2012-01-13
| | | | Will make it easier for plugin authors to get an consistentlook and feel.
* Repo administration and indtall from repo added.Kevin Chabowski2012-01-08
|
* Added plugin management to bakend and fixed db models.Kevin Chabowski2011-12-23
|
* UNTESTED: Plugin API finished.Kevin Chabowski2011-12-07
|
* Adding a alpha symbol to the version.Kevin Chabowski2011-12-03
| | | | Most useful commit EVER ;-)
* User management added to backend.Kevin Chabowski2011-12-03
|
* Added a settings page to the backend.Kevin Chabowski2011-11-26
|
* admin/languages is not needed. Will be included in admin/settingsKevin Chabowski2011-11-23
|
* Added page section management to backend.Kevin Chabowski2011-11-23
|
* Added template and style management to the backend.Kevin Chabowski2011-11-20
|
* Fixed some bugs in systemtemplates.Kevin Chabowski2011-11-19
| | | | | * Fixed wrong translation keys. * Escaped raw comments.
* ste:get_translation now escapes HTML.Kevin Chabowski2011-11-17
| | | | | | | | So we do not longer need to write: <ste:escape><ste:get_translation for="foo" /></ste:escape> We can now omit the ste:escape tags. Setting the parameter raw to something non-empty will return the raw translation.
* Comment management added to backend.Kevin Chabowski2011-11-17
|
* Renamed some translation keys.Kevin Chabowski2011-11-17
| | | | | * "yestext_default" => "yes" * "notext_default" => "no"
* Image management added to backend.Kevin Chabowski2011-11-15
|
* Fixed potential error in articles.htmlKevin Chabowski2011-11-15
|
* "%root%" in articles will be replaced with a path to page root.Kevin Chabowski2011-11-13
|
* Implemented the article list for the backend.Kevin Chabowski2011-11-13
|
* Added tag editing for backend and started work on article list.Kevin Chabowski2011-11-13
|
* Hooray! First backend function implemented (content/write)!Kevin Chabowski2011-11-09
| | | | | And it only took over a month. That's what I call efficiency.... NOT!
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05
| | | | | | | * Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php
* Fixed login.html template.Kevin Chabowski2011-09-22
| | | | Yet another stupid bug -.-
* Replaced Smarty with STE and started the backend.Kevin Chabowski2011-09-21
|
* Started work on backend...Kevin Chabowski2011-08-18
|
* Rewriting rules (+testscript) and protection of system files.Kevin Chabowski2011-08-18
|
* (Almost) finished DB-Models / abstraction layer.Kevin Chabowski2011-07-21