Sam
|
32c681c96b
|
annotate models
|
2016-02-23 10:33:53 +11:00 |
|
Guo Xiang Tan
|
a055c37939
|
Merge pull request #3956 from tgxworld/fix_clashing_slug
FIX: Clashing category slug.
|
2016-01-18 10:15:13 +08:00 |
|
Guo Xiang Tan
|
c60e360c90
|
FIX: Clashing category slug.
|
2016-01-13 15:32:29 +08:00 |
|
Régis Hanol
|
e2744fc19f
|
FIX: adding the 'contains_messages' column back
|
2016-01-12 12:06:51 +01:00 |
|
Régis Hanol
|
8049dfdfda
|
CLEANUP: remove 'contains_messages' leftover 💩
|
2016-01-12 11:29:26 +01:00 |
|
Sam Saffron
|
c2e45c8377
|
Update annotate and annotate models
|
2016-01-11 17:30:56 +11:00 |
|
Arpit Jalan
|
bfd21461df
|
FIX: proper regex for category slug validation
|
2016-01-07 12:06:45 +05:30 |
|
Guo Xiang Tan
|
c1dbf5c1c4
|
FEATURE: Autolinking to category using hashtags.
|
2016-01-05 00:12:24 +08:00 |
|
Sam
|
6246dd0aa2
|
PERF: memoize to avoid N+1 query in category page
|
2015-10-02 12:35:47 +10:00 |
|
Sam
|
55c0f6a20c
|
PERF: avoid method_missing
|
2015-10-02 12:27:38 +10:00 |
|
Sam
|
181ab89485
|
PERF: introduce fragment caches in site serializer
|
2015-09-28 16:50:24 +10:00 |
|
Sam
|
aefedfafea
|
PERF: increase caching of category descriptions
|
2015-09-28 16:50:24 +10:00 |
|
Guo Xiang Tan
|
f39b9124b6
|
FEATURE: Log staff actions for Category changes.
|
2015-09-18 10:53:08 +08:00 |
|
Sam
|
c1ecd6f4ce
|
update annotations
|
2015-09-18 10:41:10 +10:00 |
|
Régis Hanol
|
d34f42d2f7
|
FIX: hide category column in topic list only when the current category has no children
|
2015-09-02 23:46:04 +02:00 |
|
Sam
|
f533276507
|
FIX: do not publish all categories when a category changes.
minor fixes to UI, still needs more work for live refresh of category listing
|
2015-07-10 12:09:43 +10:00 |
|
Sam
|
fdbcc31a9c
|
Merge pull request #3461 from fantasticfears/slug
FIX: category custom slug can't be set when generation method is none
|
2015-05-15 14:59:35 +10:00 |
|
Sam
|
e6f73a1c80
|
PERF: optimise front page category security lookup query
|
2015-05-14 12:19:22 +10:00 |
|
Erick Guan
|
4c00eef8b5
|
FIX: category custom slug can't be set when generation method is none
|
2015-05-13 16:54:19 +08:00 |
|
Erick Guan
|
a48dd1cc28
|
store the slug as the title is, only sanitize the slug
and prettify code
|
2015-05-05 18:33:16 +08:00 |
|
Erick Guan
|
b772ff6e13
|
FEATURE: add slug geneartion options
|
2015-05-05 18:08:30 +08:00 |
|
Sam
|
803feefd54
|
MessageBus handles readonly redis now, no need to wrap it
|
2015-05-04 12:21:00 +10:00 |
|
Neil Lalonde
|
1b250f1e01
|
FIX: crawler pages and RSS had broken links for sites deployed to a subfolder with relative_url_root
|
2015-04-30 12:46:26 -04:00 |
|
Robin Ward
|
5b3f99aa50
|
Don't blow up if Redis switches to READONLY
|
2015-04-24 14:37:16 -04:00 |
|
Régis Hanol
|
7b8c7ff3ef
|
FIX: sub-categories with the same name had the same background image
|
2015-02-12 18:21:07 +01:00 |
|
Robin Ward
|
114cc1c851
|
FIX: We missed some references to /category/xyz in the ruby code base.
|
2015-01-07 11:47:01 -05:00 |
|
Erick Guan
|
1e166d89ff
|
support setting category slug
|
2014-12-30 03:14:54 +08:00 |
|
Jason W. May
|
18a00d2dd7
|
remove commented-out code
|
2014-12-17 08:59:05 -08:00 |
|
Jason W. May
|
efa872e426
|
optional custom value for category slug (create and update)
|
2014-12-03 16:23:59 -08:00 |
|
Sam
|
6bed4e1bf0
|
add allowed_ips to api_keys
update annotations
|
2014-11-20 14:53:15 +11:00 |
|
Sam
|
c98d0a8eb6
|
Revert "Revert "PERF: use distributed cache for site text and category slugs""
This reverts commit 65e7cd1d1d .
|
2014-11-12 10:01:41 +11:00 |
|
Sam
|
65e7cd1d1d
|
Revert "PERF: use distributed cache for site text and category slugs"
This reverts commit a97f2eee05 .
|
2014-11-12 10:01:07 +11:00 |
|
Sam
|
a97f2eee05
|
PERF: use distributed cache for site text and category slugs
|
2014-11-12 09:44:44 +11:00 |
|
Sam
|
b2af49251d
|
PERF: remove superflous queries from initial page loads
stop doing expensive work to figure out discourse style sheet
|
2014-11-11 15:32:44 +11:00 |
|
Sam
|
e20e6b4524
|
PERF: stop using jQuery to sanitize strings
|
2014-10-22 15:48:18 +11:00 |
|
Régis Hanol
|
5754e8dd0f
|
FEATURE: auto-close topics based on last post
|
2014-10-10 18:21:44 +02:00 |
|
Kamil Bielawski
|
bf679f1626
|
FIX: destroy CategoryGroup when Category or Group is destroyed
|
2014-08-31 22:10:38 +02:00 |
|
Neil Lalonde
|
99d26cef1a
|
FIX: uncategorized counts were always 0. topics_year, topics_month, topics_week, topics_day
|
2014-08-27 15:58:32 -04:00 |
|
Sam
|
414c6d191f
|
FIX: remove nullable dates post upgrade to Rails 4
|
2014-08-27 15:19:25 +10:00 |
|
Neil Lalonde
|
5454c1ed24
|
Updated model anotations
|
2014-08-22 13:01:44 -04:00 |
|
Neil Lalonde
|
1445ad61da
|
FIX: case-insensitive category lookup when creating topics
|
2014-08-18 11:07:49 -04:00 |
|
Robin Ward
|
22de2edae7
|
FIX: Allow a search for a parent slug when a child exists with the same
name.
|
2014-08-13 15:24:28 -04:00 |
|
Robin Ward
|
74d9293ca9
|
FIX: Allow duplicate slugs when the parent category is not the same
|
2014-08-13 14:45:25 -04:00 |
|
Neil Lalonde
|
e40e9351f6
|
FIX: don't allow same category name with different case
|
2014-08-12 11:40:33 -04:00 |
|
Robin Ward
|
6ba5f715f3
|
FIX: There was an error renaming the Uncategorized topic
|
2014-07-25 16:36:34 -04:00 |
|
Robin Ward
|
ffa84d9bb4
|
If you rename a category, also rename the category definition topic.
|
2014-07-18 13:59:54 -04:00 |
|
Neil Lalonde
|
01a68f8cc7
|
Emails are case insensitive
|
2014-07-16 10:22:01 -04:00 |
|
Robin Ward
|
c6df00a5cc
|
FIX: You shouldn't be able to add a parent to Uncategorized
|
2014-07-15 15:19:39 -04:00 |
|
Sam
|
45ca83328d
|
Annotate
|
2014-07-15 11:29:44 +10:00 |
|
Sam
|
9a9ad9bda8
|
FEATURE: Badge progress
- Refactor model so it stores backfill query
- Implement autobiographer
- Remove sample badge
- Correct featured badges to only include a badge once
|
2014-07-03 17:29:44 +10:00 |
|