gosora/common/counters
Azareal b20e295375 Changed the defaultest default theme to Cosora... For now.
You need the ViewIPs permission to view IPs on logs now.
Added the leftOfNav and rightOfNav docks, more on this soon.
Added a max length for topic titles.
Added a max length for usernames.
Added none as a possible language for the language view counter.
We began adding the notice phrases.
Fixed a misnamed phrase which was spitting out placeholder text.
Localised unknown for the human language phrases.
Moved routeForums to routes.ForumList.
Moved routeRobotsTxt to routes.RobotsTxt.
Started tracking the views for routes.RobotsTxt.
Moved routeSitemapXml to routes.SitemapXml.
Started tracking the views for routes.SitemapXml.
Changed the fallback theme to Cosora.
Fixed changing the default theme to Cosora or Tempra Conflux.
Removed some redundant type definitions in template init.
Return ErrNoTitle instead of ErrNoBody when trying to create a topic with no title.
Moved some in-progress routes and helper functions for handling search engine crawlers to routes/api.go
2018-03-17 08:16:43 +00:00
..
agents.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
common.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
forums.go Added per-forum analytics. 2018-02-22 02:27:17 +00:00
langs.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
posts.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
referrers.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
requests.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
routes.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
systems.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
topics.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
topics_views.go Moved routeProfile to routes.ViewProfile. 2018-02-26 09:07:00 +00:00