Régis Hanol
8bde019910
FEATURE: grab oneboxed image dimensions to prevent 'jiggles' while loading
2014-07-21 15:59:34 +02:00
Régis Hanol
9c2a7f0fd1
BUGFIX: cancelling an upload should hide cancel button
2014-07-21 11:14:01 +02:00
Régis Hanol
7ebfe86100
TEST: allows data images
2014-07-18 20:38:01 +02:00
Régis Hanol
c7330ed73f
BUGFIX: errors when post-processing 'data images'
2014-07-18 17:54:18 +02:00
Régis Hanol
ebafd59ffe
Merge pull request #2554 from Elberet/fix-upload-validator
...
FIX: NoMethodError in on extension.upcase when upload's original filenam...
2014-07-17 11:24:42 +02:00
Régis Hanol
abf97db7ad
Merge pull request #2552 from techAPJ/patch-1
...
Update translations
2014-07-17 09:36:53 +02:00
Régis Hanol
f43293a7bc
FEATURE: replace 'deleted by' with the trashcan glyph
2014-07-16 22:38:39 +02:00
Régis Hanol
7dcf2a2c4f
FEATURE: show the user's flagged/deleted posts
2014-07-16 21:04:55 +02:00
Régis Hanol
a9342dbf92
SECURITY: fix XSS in link's href
2014-07-15 16:11:37 +02:00
Régis Hanol
09924da60b
Merge pull request #2540 from codetaylor/master
...
BUGFIX: exception validating 'data-' attributes
2014-07-15 10:41:45 +02:00
Régis Hanol
b5c57fa947
FIX: don't mess with fixtures when running the specs
2014-07-14 17:34:23 +02:00
Régis Hanol
49eaaddba8
Merge pull request #2539 from iamntz/patch-1
...
Added type=email on register field
2014-07-14 15:23:34 +02:00
Régis Hanol
edba5c631f
FEATURE: reject accounts created with an email address similar to a known spammer email
2014-07-12 01:59:43 +02:00
Régis Hanol
b526cdc55c
Revert "FEATURE: reject accounts created with an email address similar to a known spammer email"
...
This reverts commit 39be48a441 .
Conflicts:
spec/models/screened_email_spec.rb
2014-07-12 01:01:37 +02:00
Régis Hanol
9befc31afa
BUGFIX: restore wasn't working now that we have some views
2014-07-11 18:29:24 +02:00
Régis Hanol
46218c7a3a
BUGFIX: multiple sub/sup
2014-07-11 15:27:42 +02:00
Régis Hanol
39be48a441
FEATURE: reject accounts created with an email address similar to a known spammer email
2014-07-11 15:09:46 +02:00
Régis Hanol
70177fabf5
Merge pull request #2526 from awesomerobot/master
...
adding some topic layout flexibility
2014-07-10 18:05:24 +02:00
Régis Hanol
a52c80e2a8
FEATURE: automatic image orientation fix
2014-07-09 23:59:57 +02:00
Régis Hanol
fab2c8f816
Create vbulletin.rb
2014-07-09 22:44:06 +02:00
Régis Hanol
5212c1785d
Create vanilla.rb
2014-07-09 22:43:40 +02:00
Régis Hanol
ef44b6218d
FEATURE: better mobile upload experience (upload the picture right away)
2014-07-09 22:40:22 +02:00
Régis Hanol
27f7730fe8
fix the build
2014-07-09 17:39:38 +02:00
Régis Hanol
6b45b635f8
FIX: properly whitelist <code> classes needed for syntax highlighting
2014-07-09 16:27:47 +02:00
Régis Hanol
7658b72556
BUGFIX: S3 backups failed when using a region
...
TRIVIAL: updated fog gem to latest version (1.22.1)
BUGFIX: fixed algorithm used to remove old backups
2014-07-08 20:46:08 +02:00
Régis Hanol
59b5ba7c0f
BUGFIX: IP lookup wasn't working when using HTTPS
...
REFACTOR: the ip locator into a ip-lookup component
2014-07-07 22:18:18 +02:00
Régis Hanol
ab3d664ce0
BUGFIX: share alert styling with mobile
2014-07-07 17:46:32 +02:00
Régis Hanol
b0815e8ace
BUGFIX: make sure category selector never gets focus on mobile
2014-07-07 17:35:52 +02:00
Régis Hanol
f5a94bf668
Merge pull request #2516 from techAPJ/patch-1
...
Refactor admin create task
2014-07-07 14:28:53 +02:00
Régis Hanol
292d436eaa
Merge pull request #2513 from awesomerobot/master
...
fixing PM title alignment
2014-07-06 18:19:10 +02:00
Régis Hanol
3d94c671db
BUGFIX: explicit code is often better...
2014-07-04 16:05:50 +02:00
Régis Hanol
609d1e05cd
FEATURE: optimize the hell out of letter avatars
2014-07-04 13:27:17 +02:00
Régis Hanol
cfeae239a8
BUGFIX: calling .blur() on the body element unfocus the browser window in IE10
2014-07-03 22:27:10 +02:00
Régis Hanol
9b43333f3f
TRIVIAL: removes unecessary #if bindings
2014-07-02 23:01:23 +02:00
Régis Hanol
e148d2340f
removes summary filter when clicking on the likes count in topic lists
2014-07-02 22:58:07 +02:00
Régis Hanol
9abef57312
BUGFIX: staff counters weren't taking into acount deleted posts/actions
2014-07-02 22:33:18 +02:00
Régis Hanol
791fb704f7
Merge pull request #2496 from discourse/revert-2495-master
...
Revert "background on topic-list, more width on extra-info-wrapper, meta...
2014-07-02 16:55:52 +02:00
Régis Hanol
7feab2fc99
Revert "background on topic-list, more width on extra-info-wrapper, meta viewport fix"
2014-07-02 16:55:43 +02:00
Régis Hanol
18f5751f3f
BUGFIX: cap image widths in usercards & user profiles
2014-07-02 14:56:09 +02:00
Régis Hanol
1bd7c90168
Merge pull request #2493 from techAPJ/system-user-notifications
...
TRIVIAL: remove obsolete comments
2014-07-02 14:11:37 +02:00
Régis Hanol
bcad8f6441
Merge pull request #2492 from techAPJ/system-user-notifications
...
Send notifications for backup/restore from system user
2014-07-02 11:57:55 +02:00
Régis Hanol
d23c7cdc65
Merge pull request #2491 from techAPJ/system-user-notifications
...
FEATURE: Send notification by system user for bulk invite
2014-07-02 11:19:04 +02:00
Régis Hanol
f683bda062
BUGFIX: staff counters weren't properly positioned in user profile
2014-07-01 19:39:45 +02:00
Régis Hanol
3bd59a55fb
BUGFIX: staff counters were too big
2014-06-30 23:54:15 +02:00
Régis Hanol
b6d775f3ac
BUGFIX: max-height on user bio in user-card/profile
2014-06-30 23:41:38 +02:00
Régis Hanol
15120bb583
FEATURE: add staff counters on user profile
2014-06-30 22:46:47 +02:00
Régis Hanol
06880c28f8
Merge pull request #2485 from awesomerobot/master
...
fixing alignment on topic list category buttons
2014-06-30 17:58:04 +02:00
Régis Hanol
dcd0b8fecf
BUGFIX: no translation for email_error_notifications to admin users
2014-06-30 15:21:26 +02:00
Régis Hanol
37d4324af3
Merge pull request #2484 from techAPJ/update-translations-6
...
Update Translations
2014-06-30 14:42:23 +02:00
Régis Hanol
a19f52fc91
BUGFIX: fix borders & rounded corners in the composer
2014-06-30 12:34:40 +02:00
Régis Hanol
462532dfdb
OOOPS: I CAN'T CODE (:fired:)
2014-06-27 00:04:48 +02:00
Régis Hanol
c0cd109e9d
TRIVIAL: code formatting
2014-06-26 19:50:29 +02:00
Régis Hanol
ee1d78c73e
BUGFIX: edit history on wiki posts should be visible
2014-06-26 19:19:35 +02:00
Régis Hanol
87c0c5d6f9
TRIVIAL: we might run the task after disabling s3 storage
2014-06-25 23:16:04 +02:00
Régis Hanol
610f2dabd1
BUGFIX: actually clean up all avatar thumbnails
2014-06-25 23:06:15 +02:00
Régis Hanol
ebb27860ac
OOPS: remove debugger
2014-06-25 16:20:49 +02:00
Régis Hanol
4b0eb0e159
BUGFIX: share a link to a post instead of the topic
2014-06-25 16:20:06 +02:00
Régis Hanol
bdb6032c11
FEATURE: rake task to migrate uploads from S3 to local storage
2014-06-24 15:35:15 +02:00
Régis Hanol
211536e561
BUGFIX: buttons have a different size when clicked on FF (cc @awesomerobot)
...
cf. https://meta.discourse.org/t/browse-buttons-in-the-edit-history-have-a-different-size-when-clicked/16698
2014-06-23 17:39:35 +02:00
Régis Hanol
3181424d8e
BUGFIX: can't ctrl+click post datestamps
2014-06-23 17:11:37 +02:00
Régis Hanol
86b4f53777
TRIVIAL: remove commented file
2014-06-23 17:04:45 +02:00
Régis Hanol
6b607d0d3b
FEATURE: rake task to clean up all the avatar thumbnails
2014-06-23 16:57:21 +02:00
Régis Hanol
b0d1bd1c3a
BUGFIX: properly enforce image dimensions on mobile
2014-06-23 15:54:56 +02:00
Régis Hanol
533244f39d
BUGFIX: link user to his/her profile in edit history
2014-06-20 19:46:51 +02:00
Régis Hanol
f297517055
BUGFIX: prevent invisible topic from being pinned or becoming a banner
2014-06-20 19:05:26 +02:00
Régis Hanol
f733237075
TRIVIAL: remove default 'Read more' link in the banner
2014-06-20 19:05:26 +02:00
Régis Hanol
4878d88cbd
FEATURE: overlay the banner when reading a topic
2014-06-20 19:05:26 +02:00
Régis Hanol
00cc33c110
BUGFIX: link colors on topic lists
2014-06-20 10:26:59 +02:00
Régis Hanol
62a73f48cc
BUGFIX: first pass on default banner styling
2014-06-19 00:02:57 +02:00
Régis Hanol
08b8cacdb0
BUGFIX: ctrl+click on logo doesn't open site in new tab
2014-06-18 22:52:31 +02:00
Régis Hanol
49efd30dfa
Merge pull request #2453 from downeym/master
...
Fixing grammar problem in dismissable banner msg
2014-06-18 22:06:28 +02:00
Régis Hanol
86b989f2ba
BUILD: make jshint happy
2014-06-18 20:07:14 +02:00
Régis Hanol
00117c18c3
FEATURE: dismissable banner topic
2014-06-18 20:05:19 +02:00
Régis Hanol
39aa87dedf
REFACTOR: extract MessageBus dependent initializers
2014-06-18 20:05:18 +02:00
Régis Hanol
30611c343c
ensures only one banner topic at all time
2014-06-18 20:05:18 +02:00
Régis Hanol
5238a95efb
add make/remove banner topic actions
2014-06-18 20:05:18 +02:00
Régis Hanol
3153a84da2
add banner archetype
2014-06-18 20:05:18 +02:00
Régis Hanol
43496958fe
PERF: improve 'has_enough_topics_to_redirect_to_top' for high scale
2014-06-17 11:26:36 +02:00
Régis Hanol
e5a189fc17
BUGFIX: broken images in edit history with markdown view
2014-06-13 11:29:10 +02:00
Régis Hanol
5e461a22ee
BUGFIX: enable the 'relative timestamp' share dialog on mobile view
2014-06-11 22:32:45 +02:00
Régis Hanol
ce732d2252
FEATURE: new "disable_edit_notifications" site setting
...
Should be used whenever you activate the "download_remote_images_to_local" site setting to prevent users from receiving a lot of edit notifications from the system user.
2014-06-11 17:14:00 +02:00
Régis Hanol
18489ba83a
BUGFIX: proper regex escaping
2014-06-11 16:37:26 +02:00
Régis Hanol
2f23ee1830
BUGFIX: keep transparent background in avatars
2014-06-11 16:01:01 +02:00
Régis Hanol
3ac20fb711
BUGFIX: replace backgrounds colors that were too bright for the letter avatars
2014-06-11 15:33:06 +02:00
Régis Hanol
06f37e692d
Merge pull request #2432 from riking/patch-1
...
Change logo link to /
2014-06-10 19:13:07 +02:00
Régis Hanol
0781531e3c
Merge pull request #2415 from techAPJ/bulk-invite-users-5
...
FEATURE: Bulk Invite
2014-06-10 19:11:11 +02:00
Régis Hanol
3b6b2770f3
BUGFIX: date of the post in the share dialog is now properly bound
...
CLEANUP: removed all unused handlebars helpers
REFACTOR: removed 'unbound' prefix (for performance reasons, helpers are unbound by default)
REFACTOR: added 'bound' prefix to bound helpers
REFACTOR: renamed helper using 'foo-bar-foo' syntax (instead of camel case)
2014-06-10 19:04:31 +02:00
Régis Hanol
d1fa8afb3b
Merge pull request #2403 from ligthyear/ellipsis-actions
...
Wrap extended post actions in ellipsis.
2014-06-10 11:02:20 +02:00
Régis Hanol
2abcbcc29b
FEATURE: add real date of post in the share dialog when triggered from the post date
2014-06-09 21:14:03 +02:00
Régis Hanol
aa71d15b7d
TRIVIAL: uses the new attribute
2014-06-06 19:00:00 +02:00
Régis Hanol
8262279380
update ember-cloaking to support bottom fixed element
2014-06-06 18:59:07 +02:00
Régis Hanol
c46b7f6181
TRIVIAL: ES6ify AppEvents
2014-06-05 18:51:39 +02:00
Régis Hanol
2cb6bec014
BUGFIX: progress bar was hidden when the composer was open - TAKE 2
2014-06-05 18:39:26 +02:00
Régis Hanol
222e13e5cc
Merge pull request #2416 from ligthyear/min-max-params
...
add min_posts, max_posts to filter the topic list queries
2014-06-05 15:51:06 +02:00
Régis Hanol
425526d3fb
BUGFIX: fix post highlight
2014-06-05 12:31:29 +02:00
Régis Hanol
897f219d61
BUGFIX: change the image upload icon when only images are authorized ( fixes #2359 )
2014-06-04 19:51:26 +02:00
Régis Hanol
16b1379b01
BUGFIX: uploaded avatar aren't cropped
2014-06-04 18:54:08 +02:00
Régis Hanol
bc7730e0dd
BUGFIX: avatar in history dialog
2014-06-04 18:35:14 +02:00
Régis Hanol
0df666277d
BUGFIXES: properly deal with bookmarks and deleted posts
...
BUGFIX: removing a bookmark from the activity feed was busted for deleted posts
BUGFIX: delete associated user actions when deleting a post
2014-06-04 17:41:11 +02:00
Régis Hanol
457f5f81d6
Merge pull request #2413 from awesomerobot/master
...
few fixes to the previous navigation update
2014-06-04 15:43:50 +02:00