Kane York
6e8392bf8e
Show results by default for closed polls
2014-04-10 01:00:52 -07:00
riking
6779bec58c
Add UI for list site settings
2014-04-08 14:17:55 -07:00
riking
9c4dd1cb35
Change comma-delim site settings to pipe-delim
2014-04-08 14:17:55 -07:00
riking
eb90315dfd
Strip whitespace from site settings
2014-04-08 01:59:48 -07:00
riking
1540a3d5e5
Allow changing ownwership of posts by admins
2014-04-08 01:47:42 -07:00
riking
7a843d2ac2
FIX: Only unhide flagged post if editor is the author
...
Also, rename @user to @editor in PostRevisor
2014-04-08 01:47:36 -07:00
riking
4814659b7b
FIX: Edit ratelimits should be on the actor, not post owner
2014-04-08 01:47:36 -07:00
riking
8934d2b49d
Fix 'post omitted' bar lengths
2014-04-07 16:02:33 -07:00
riking
df5229a399
Add spec for posted list
...
The test fails on 956b14a and passes on this branch
2014-03-30 14:21:35 -07:00
riking
86fe11b277
Fix the 'posted' view
...
Now is actually topics that you have posted in - previously, it was all topics you had tracked, starred, posted, read, ....
No clue how that came about.
2014-03-30 14:21:35 -07:00
riking
0828cf52ee
Add no-text class to buttons with no text
2014-03-29 23:28:04 -07:00
riking
57051e896d
Change 5k passwords -> 10k passwords in locale files
2014-03-29 14:06:09 -07:00
Kane York
810ee7e4df
Improve plugins.md text
2014-03-26 20:34:08 -07:00
riking
f51cffdb94
Rename style to onebox-avatar
2014-03-25 19:01:51 -07:00
riking
87d47ece59
CSS rule for GitHub commit avatars
2014-03-24 21:52:40 -07:00
Kane York
473201c9a4
Change specified height to 450
2014-03-24 20:02:04 -07:00
riking
c978eade56
Make Facebook login popup taller
2014-03-23 22:00:15 -07:00
riking
7237eb5e00
Shuffle around the order of site settings
...
The goal of this is twofold:
- Make the more commonly changed settings higher
- Find groups for more uncategorized settings
Additionally, the SEO category was deleted, its contents folded into Security and Spam.
2014-03-21 19:03:29 -07:00
riking
f75a7f8832
Clean up site_settings.yml
...
- Hide several variables that the client does not use
- Use concise default syntax when possible
2014-03-21 18:01:39 -07:00
riking
dc230cb7e4
Only warn about necromancy when replying
2014-03-19 17:04:42 -07:00
riking
4699136d83
Fix this/self usage warning
...
To clarify the intent of using 'this' inside the closure, it is first assigned to a variable.
2014-03-18 19:09:49 -07:00
riking
8136468ec7
Fix inefficent jQuery usage
...
Some jQueries can be cached and reused. This commit does that.
2014-03-18 19:09:49 -07:00
riking
a871158c80
Fix some bad HTML
2014-03-18 19:09:49 -07:00
riking
2ade638d79
Remove unused variables
2014-03-18 19:09:44 -07:00
riking
834a721bbe
Remove two noop backslashes in regexes
2014-03-18 18:24:36 -07:00
riking
86774fa5c1
Simplify return statements
2014-03-18 18:23:15 -07:00
riking
3f35d1062e
Remove trailing commas, add trailing semicolons
2014-03-18 18:21:10 -07:00
riking
593f5df503
Corrections to JSDoc
2014-03-18 18:19:20 -07:00
riking
ffd4f367e3
Add s3_backup_config_warning
...
Note that only one of the two warnings can be shown, because they are checked in the same method.
2014-03-17 12:56:59 -07:00
riking
996e5cf021
Make Discourse.ShareLink easy for plugins
...
For example, this javascript code, if added by a plugin, would enable a Tumblr share link:
Discourse.ShareLink.addTarget('tumblr', {
iconClass: 'fa-tumblr',
generateUrl: function(link, title) {
return ("http://www.tumblr.com/share/link?url= " + encodeURIComponent(link) + "&description=" + encodeURIComponent(title));
},
shouldOpenInPopup: true
});
2014-03-13 23:38:57 -07:00
riking
c29c15a7a3
Switch from MMM D to D MMM to separate from year
...
Additionally, in German, the format is 'D. MMM'.
2014-03-11 03:28:13 -07:00
riking
3f7f272550
Standardize on second person on preferences page
2014-03-07 15:26:33 -08:00
riking
d0dbc26281
Change BACKUP_ROUTE_FORMAT to support pretty-name backups
2014-03-06 20:59:10 -08:00
riking
bb634bd4f5
Add request_refresh to script/discourse
2014-03-06 20:26:34 -08:00
riking
ccd3e635d2
Refresh the site after updating certain site settings
2014-03-06 20:24:23 -08:00
riking
01826b9c18
Add site name to beginning of backup filename
2014-03-06 16:34:31 -08:00
riking
e0063920b7
Style 'urgent' composer popups differently
...
The two "bad behavior" composer popups get the 'urgent' class, which colors them red.
2014-03-06 15:35:47 -08:00
Kane York
9f8f0f115c
Restore 'article' to whitelist
2014-02-18 16:22:42 -08:00
riking
19922ff174
Have keyboard_shortcuts use Discourse.TopicView.jumpToPost
...
Instead of _scrollList, which is more appropriate on the topic list.
2014-02-17 16:45:36 -08:00
riking
ebb001c24a
When entering a topic, place the desired post in the middle of the page
2014-02-17 16:38:01 -08:00
Kane York
2e864f5ad7
Remove audio and video tags as well
2014-02-13 21:47:13 -08:00
Kane York
5b819f191a
Removing more stuff from the sanitizer whitelist
2014-02-13 20:18:40 -08:00
Kane York
d81519c0f8
Update new_user top page redirect reason
...
The goal of this text is to sublty hint that reading is the way to graduate out of it.
2014-02-06 16:04:16 -08:00
riking
7c12aeb848
Extract version check in dashboard to own template
2014-02-05 17:22:10 -08:00
riking
0dd317dd74
Change to case-insensitive matching in group @name matching
2014-01-14 10:32:19 -08:00
Kane York
24e30aff87
Fix group matching SQL query
...
The check there is intended for the :members_mods_and_admins level, which is not automatically checked for normal users. Instead, the :everyone level is the one used, which would always fulfill the "alias_level in :levels" check.
This changes the :everyone level to :members_mods_and_admins, which was originally intended.
2014-01-14 10:31:36 -08:00
Kane York
49d7e55352
Change :D to map to 😃 instead of 😁
...
Because 😁 looks like somebody is constipated, really
2013-11-26 13:34:44 -08:00
Kane York
c4ecfad78a
Add "nose" faces to the translations table
...
as per http://meta.discourse.org/t/use-more-standard-smiley-codes-instead-of-smile/1822/44
2013-08-30 22:50:31 -07:00