gosora/templates
Azareal f7942b42ac Continued the work on Cosora.
Trying to add support for Travis CI.

Added the NullUserStore for tests.
Moved more text out of the templates.
Removed an unnecessary dependency for Cosora.
Fixed a few more bugs in the MSSQL Adapter.
Disabled upserts for now, as it isn't working on MySQL.
Refactored the scheduled group logic to reduce the number of potential bugs and to stop using upserts.
Fixed many bugs in the Markdown Plugin.
Added the ability to escape Markdown.
Fixed a number of tests, commented unneccesary ones, and added new ones to probe for new problems.
Added the wink smiley.
Cleaned up some of the JavaScript.
Refactored the permissions logic to use transactions and avoid duplicating logic.
Added the ChangeRank method to the Group struct.
Added the ChangeGroup method to the User struct.
Added the currently unused LogWarning function.
Added the transaction versions of the builder methods. Better ones coming up soon!
The IsBanned flag is always set to false on mod and admin groups now.
Refactored the group creation logic to use transactions.
Fixed a bug in the group creator where new groups aren't visible to Exists().
The installer now drops tables for MySQL Databases, if they already exist to make it easier for us to run automated tests.
Added more ARIA Attributes.
2017-10-21 01:27:47 +01:00
..
account-menu.html Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
account-own-edit-avatar.html Added support for word filters. 2017-08-27 10:33:45 +01:00
account-own-edit-email.html Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
account-own-edit-username.html Added support for word filters. 2017-08-27 10:33:45 +01:00
account-own-edit.html Added support for word filters. 2017-08-27 10:33:45 +01:00
are-you-sure.html Added support for word filters. 2017-08-27 10:33:45 +01:00
create-topic.html Added Quick Topic. 2017-10-05 11:20:28 +01:00
custom-page.html Fixed a crash bug caused by the previous commit. 2017-08-20 11:11:49 +01:00
edit-topic.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
error.html Added support for word filters. 2017-08-27 10:33:45 +01:00
footer.html Revamped Tempra Conflux. 2017-09-13 16:09:13 +01:00
forum.html Continued the work on Cosora. 2017-10-21 01:27:47 +01:00
forums.html Began work on support for JS Plugins. 2017-09-28 23:16:34 +01:00
header.html Added Quick Topic. 2017-10-05 11:20:28 +01:00
ip-search.html Fixed a few regressions and renamed a file. 2017-09-23 21:46:28 +01:00
login.html Added support for word filters. 2017-08-27 10:33:45 +01:00
menu.html Began work on the new theme, Cosora. 2017-10-12 04:24:14 +01:00
overview.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
page.html Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
panel-adminlogs.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-backups.html You can now search for whatever IP you want in the IP Searcher. 2017-09-23 20:57:13 +01:00
panel-dashboard.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
panel-debug.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
panel-forum-edit.html Added the Update method to *Forum and fixed a bug where forum updates would bypass the forumView cache. 2017-09-25 01:48:35 +01:00
panel-forums.html Added the Update method to *Forum and fixed a bug where forum updates would bypass the forumView cache. 2017-09-25 01:48:35 +01:00
panel-group-edit-perms.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-group-edit.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-groups.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-inner-menu.html You can now search for whatever IP you want in the IP Searcher. 2017-09-23 20:57:13 +01:00
panel-menu.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
panel-modlogs.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-plugins.html Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
panel-setting.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-settings.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-themes.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-user-edit.html Added support for word filters. 2017-08-27 10:33:45 +01:00
panel-users.html Refactored the code to follow best standards better. 2017-09-03 05:50:31 +01:00
panel-word-filters.html Added support for word filters. 2017-08-27 10:33:45 +01:00
profile.html Added the GroupStore. 2017-09-15 23:20:01 +01:00
register.html Added support for word filters. 2017-08-27 10:33:45 +01:00
socialgroups_create_group.html Added support for word filters. 2017-08-27 10:33:45 +01:00
socialgroups_css.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
socialgroups_group_list.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
socialgroups_member_list.html Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
socialgroups_view_group.html Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
topic_alt.html Began work on the new theme, Cosora. 2017-10-12 04:24:14 +01:00
topic.html Began work on the new theme, Cosora. 2017-10-12 04:24:14 +01:00
topics.html Continued the work on Cosora. 2017-10-21 01:27:47 +01:00
widget_menu.html Added support for word filters. 2017-08-27 10:33:45 +01:00
widget_simple.html Added support for word filters. 2017-08-27 10:33:45 +01:00