72755970c6
Improve the base importer
...
- FEATURE: Print the time it took for the import to finish
- FEATURE: Allow importing of unactivated users
- FIX: Remove unused variables
- FIX: Accessing an undefined variable is not a good idea
2015-01-23 22:44:00 +01:00
545d5b4906
turn down lightness scale of progress bar a bit
2015-01-23 12:39:07 -08:00
d06d050eb7
UX: When oneboxing a topic, use the stripe category badge
2015-01-23 15:12:42 -05:00
f7f5e39f75
FIX: Minor Admin bug with a setting when creating a new group
2015-01-23 20:31:48 +01:00
0500638900
FIX: ⬆️ update onebox gem for more dailymotion.com support
2015-01-23 19:57:01 +01:00
e6f849f873
FIX: make sure pasting an image in the composer is considered as an image instead of an attachment
2015-01-23 19:17:33 +01:00
256519dddf
FEATURE: automatic group membership based on email address
2015-01-23 18:25:43 +01:00
a2099110aa
FEATURE: Ning importer
2015-01-23 12:19:46 -05:00
2ea4c1c9de
FIX: Groups post page was broken.
...
Also added integration tests so we don't miss this breaking in the
future.
2015-01-23 11:13:27 -05:00
848d60d459
FIX: Posts weren't highlighting on initial load
2015-01-23 10:46:44 -05:00
c2da725f75
Merge pull request #3123 from fantasticfears/excerpt-translation
...
allow to translate image's exceprt
2015-01-23 10:59:02 +01:00
22d580fe76
allow to translate image's exceprt
2015-01-23 17:58:14 +08:00
87cfbfa117
Another imgur onebox fix
2015-01-22 14:53:11 -05:00
08cc9bc6ef
Update onebox gem for more Imgur support
2015-01-22 14:10:46 -05:00
ea1d53f848
Merge pull request #3121 from techAPJ/patch-1
...
FIX: full user names were showing up in crawlers and rss feeds in spite ...
2015-01-22 18:28:50 +01:00
b3a2c0c45b
SECURITY: The SSO return_path
was an open redirect
...
This security fix needs SSO to be configured, and the user has to go
through the entire auth process before being redirected to the wrong host so
it is probably lower priority for most installs.
2015-01-22 12:20:17 -05:00
63556a904a
FIX: full user names were showing up in crawlers and rss feeds in spite enables_names setting being disabled
2015-01-22 22:34:35 +05:30
e948dc88d1
Merge pull request #3120 from techAPJ/patch-3
...
FIX: months were not getting translated
2015-01-22 04:22:33 -08:00
91d36b2532
FIX: months were not getting translated
2015-01-22 15:46:52 +05:30
356ad4459b
add unhandled flags to the contact email help
2015-01-22 00:30:30 -08:00
7741e4dc02
Change the admin-menu
outlet to use a tagName of li
2015-01-21 16:21:27 -05:00
9e82c41576
Merge pull request #3119 from techAPJ/patch-3
...
FIX: user name and title were not showing on post creation
2015-01-21 16:04:00 -05:00
62c1291548
FIX: user name and title were not showing on post creation
2015-01-22 02:28:04 +05:30
141f697482
remove unused route
2015-01-21 20:54:07 +01:00
e300945879
FEATURE: split group admin in 2 tabs (custom & automatic)
...
FIX: clear the user-selector when adding new members
2015-01-21 20:52:48 +01:00
03eb4752d1
Add categories-list
css class to body for customization purposes
2015-01-21 14:34:01 -05:00
514a45b0c1
SECURITY: Don't whitelist codepen as it is a potential vector for abuse
2015-01-21 13:57:28 -05:00
0a24c3cb5f
Merge pull request #3118 from techAPJ/update-translations
...
Update Translations
2015-01-21 12:57:30 -05:00
a144e61440
Update Translations
2015-01-21 22:58:30 +05:30
48c7e20d80
DRY up the displaying of topic categories. Should not be duplicated.
2015-01-21 12:20:39 -05:00
df8880a71a
FIX: (for IE9) if console.log
doesn't exist, make it an noop.
2015-01-21 11:53:41 -05:00
1ed34be1b9
make topic list pin color consistent with lock
2015-01-21 03:15:56 -08:00
eecc573fbc
FIX: don't break import when raw can't be preprocessed (vBulletin importer)
2015-01-21 09:36:46 +01:00
e5cad726fd
further tweaks to get post selection OK on mobile
2015-01-20 22:51:15 -08:00
c4ddc5b983
quick mobile css fix for post selection buttons
2015-01-20 17:28:06 -08:00
aa423212a0
make topic list bookmark color consistent with lock
2015-01-20 16:39:11 -08:00
614ad4daa7
UX: Formatting on search categories looked weird
2015-01-20 17:51:12 -05:00
7cc96bdac5
FIX: v8 issue with regexp
2015-01-20 17:29:59 -05:00
649dfd8d23
Revert "Convert html.js to ES6 module format"
...
This reverts commit 60523d8e02de7b56113d4ef5090fe253ecadccd8.
2015-01-20 16:13:42 -05:00
60523d8e02
Convert html.js to ES6 module format
2015-01-20 16:07:29 -05:00
2a6657bf53
Merge pull request #3090 from ojab/master
...
`bundle update rbtrace` for mri-2.2.0 compatibility
2015-01-20 15:21:56 -05:00
e3b4d12e46
Merge pull request #3110 from riking/notification_lanaguage
...
FIX: Respect user locale for reply notifications
2015-01-20 15:17:18 -05:00
350554e198
UX: Change category badge style to use stripes
2015-01-20 14:56:06 -05:00
f3c9310e12
Merge pull request #3117 from techAPJ/patch-1
...
FEATURE: rate limit invites for non-staff users
2015-01-20 10:45:00 -05:00
4c0129ccdd
PERF: slow user pages in admin. add an index for trust level 3 calculations, and memoize query results
2015-01-19 15:30:16 -05:00
5e751ce90a
FEATURE: 🎁 rate limit invites for non-staff users
2015-01-20 01:12:24 +05:30
7412ff4da7
FIX: suspended users are logged out when they are suspended. Show a reason for suspension when they try to log in.
2015-01-19 12:37:02 -05:00
ed714794fc
Merge pull request #3116 from malexw/site-email-spelling
...
Fix spelling in contact_email_missing message.
2015-01-19 18:29:53 +01:00
23fe0cfb4e
Fix spelling in contact_email_missing message.
2015-01-19 10:52:02 -05:00
2ae3ebc88b
Merge pull request #3115 from techAPJ/patch-2
...
UX: add file size in CSV export notification
2015-01-19 15:22:11 +01:00