Robin Ward
|
28f702a5b6
|
Refactor app events to more efficiently handle post highlighting
|
2015-01-14 15:50:19 -05:00 |
|
Arpit Jalan
|
fa8ba67523
|
Update Translations
|
2014-12-29 19:06:33 +05:30 |
|
Robin Ward
|
f21d34df24
|
FIX: Polls were broken after Ember upgrade
|
2014-12-18 11:42:47 -05:00 |
|
Robin Ward
|
f3babdb319
|
Fixes many Ember 1.9.0 deprecations
|
2014-12-17 09:31:42 -05:00 |
|
Arpit Jalan
|
d0ddbc4cb4
|
Update translations
|
2014-12-13 00:40:01 +05:30 |
|
Arpit Jalan
|
02e1d17ac7
|
Add Turkish translation files
|
2014-12-12 12:13:12 +05:30 |
|
Robin Ward
|
4de412365e
|
The {{i18n}} helper should use quotes when looking up keys, always.
|
2014-12-08 16:36:18 -05:00 |
|
Sam
|
abf6871de6
|
Merge pull request #3027 from techAPJ/update-translations
Add missing translation files and update translations
|
2014-12-08 11:04:17 +11:00 |
|
khalid al-hussayen
|
9fc0a3f6f9
|
add arabic local files
|
2014-12-07 23:05:24 +03:00 |
|
Arpit Jalan
|
45c2a24075
|
Update Translations
|
2014-12-07 22:32:13 +05:30 |
|
Robin Ward
|
e035b07e92
|
Put Ember 1.8.1 + fixes back.
|
2014-12-04 08:51:35 -05:00 |
|
Sam
|
8977d5917b
|
revert
|
2014-12-04 09:35:11 +11:00 |
|
Robin Ward
|
39fde5b9fb
|
Upgrade to 1.8.1: So long, metamorphs!
|
2014-12-03 10:49:18 -05:00 |
|
Godfrey Chan
|
5352a7f53c
|
Don't use_route
See https://github.com/rails/rails/pull/17453 and https://github.com/rails/rails/pull/17725
|
2014-11-30 21:25:54 -08:00 |
|
Arpit Jalan
|
dbd5823881
|
Update Translations
|
2014-11-17 21:35:06 +05:30 |
|
Robin Ward
|
0d12ed2231
|
UX: More spinner upgrades
|
2014-11-13 15:40:28 -05:00 |
|
Régis Hanol
|
22525ff74c
|
FIX: changing title of a poll should close/open the poll
|
2014-10-31 12:01:47 +01:00 |
|
Neil Lalonde
|
718854f055
|
Update translations
|
2014-10-30 17:30:05 -04:00 |
|
Arpit Jalan
|
d0cf73f105
|
Update Translations
|
2014-10-23 20:15:56 +05:30 |
|
Arpit Jalan
|
8bd2bf9f29
|
Update Translations
|
2014-10-19 21:37:25 +05:30 |
|
Arpit Jalan
|
92efee088e
|
Add missing transation files and update translations
|
2014-10-16 23:25:34 +05:30 |
|
Robin Ward
|
e55b437eb9
|
Replace the rest of the deprecated {{action xyz}} with `{{action
"xyz"}}`
|
2014-10-03 14:43:27 -04:00 |
|
Arpit Jalan
|
6989557a26
|
Update Translations
|
2014-09-30 19:53:17 +05:30 |
|
Robin Ward
|
d0fb8bbcfc
|
Instead of .js.handlebars use .hbs for handlebars templates
|
2014-09-26 15:23:15 -04:00 |
|
Régis Hanol
|
57f7b92bb4
|
fix poll plugin specs deprecations
|
2014-09-25 18:12:28 +02:00 |
|
Régis Hanol
|
de76b512c1
|
fix most deprecations in the specs (still some left)
|
2014-09-25 17:44:48 +02:00 |
|
Arpit Jalan
|
6455dc7580
|
Add pl_PL translations for Poll plugin and update translations
|
2014-09-14 23:52:24 +05:30 |
|
Neil Lalonde
|
638cd6e7c9
|
Update translations
|
2014-09-10 12:32:27 -04:00 |
|
Jeff Atwood
|
fad0394a40
|
more renaming of trust level settings
|
2014-09-04 13:32:00 -07:00 |
|
Gerhard Schlager
|
d49a2bf075
|
UX: Add missing German locale files
|
2014-08-29 21:15:08 +02:00 |
|
Sam
|
244323d218
|
FEATURE: restyle poll buttons
|
2014-08-23 10:50:45 +10:00 |
|
Robin Ward
|
0adfeb1cff
|
ES6: Mega update of controllers
|
2014-08-13 10:22:47 -04:00 |
|
Arpit Jalan
|
2820bd34da
|
Update Translations
|
2014-08-01 20:02:56 +05:30 |
|
Jeff Atwood
|
ad409638a5
|
tiny poll plugin style fixes
|
2014-05-22 22:00:55 -07:00 |
|
Arpit Jalan
|
f8255f4443
|
Update translations
|
2014-05-22 22:28:47 +05:30 |
|
Vikhyat Korrapati
|
5cb2df8f09
|
Set up poll plugin javascript using an Ember initializer.
|
2014-05-18 13:36:27 +05:30 |
|
Robin Ward
|
41a4a58af1
|
FIX: Thanks .gitignore, I missed a necessary file!
|
2014-05-15 17:57:13 -04:00 |
|
Robin Ward
|
ba8b45792c
|
Plugins: Prefix discourse/plugins/PLUGINNAME for plugin export names.
|
2014-05-15 16:31:45 -04:00 |
|
Robin Ward
|
15b0cd5185
|
Merge pull request #2339 from vikhyat/poll-plugin
Partially convert poll plugin to use ES6 modules
|
2014-05-15 15:04:07 -04:00 |
|
Vikhyat Korrapati
|
a0b7637f5e
|
Extract poll plugin controller into an ES6 module.
|
2014-05-15 23:54:53 +05:30 |
|
Neil Lalonde
|
f111e4ba56
|
Update translations
|
2014-05-14 12:37:00 -04:00 |
|
Neil Lalonde
|
cb2bcb89ff
|
Update translations
|
2014-05-02 14:01:27 -04:00 |
|
Neil Lalonde
|
1156c57cf6
|
Update translations
|
2014-04-25 10:17:20 -04:00 |
|
Neil Lalonde
|
0f4014eef1
|
Update translations
|
2014-04-24 10:53:04 -04:00 |
|
Vikhyat Korrapati
|
11297efed5
|
Get rid of unnecessary controller reference in poll template.
|
2014-04-16 12:11:41 +05:30 |
|
Sébastien Miquerolle
|
e8e55aa9d7
|
Poll - Close/Open Button translation
Not yet in transifex, update manually.
|
2014-04-14 11:54:18 +02:00 |
|
Sam
|
fc1f225091
|
Merge pull request #2262 from vikhyat/poll-plugin
Add open/close buttons to poll UI
|
2014-04-14 10:54:10 +10:00 |
|
Sam
|
0f2312a97e
|
Merge pull request #2257 from vikhyat/distributed-mutex
Extract cross-process locking from the scheduler into DistributedMutex
|
2014-04-14 10:13:18 +10:00 |
|
Vikhyat Korrapati
|
63b96da63a
|
Use DistributedMutex to make sure poll votes are tallied correctly.
|
2014-04-13 00:05:49 +05:30 |
|
Vikhyat Korrapati
|
31d95c295f
|
Don't allow voting on archived topics.
|
2014-04-12 23:03:56 +05:30 |
|