Commit graph

1064 commits

Author SHA1 Message Date
Yuki
906692e78f Theming is finished
Previews, settings pane and presets!
2015-08-25 23:57:06 +05:30
Yuki
1912fc3766 Model goop
also made the theme selection logic for user profiles and current user, and the saving logic
2015-08-25 13:56:36 +05:30
Yuki
e42f81193b Finalize theme file 2015-08-25 10:48:01 +05:30
Yuki
0bfbbbc856 Theme Progress
New notifications
notifications page
tabs
pills/lists
badges
panel badges
2015-08-25 10:19:25 +05:30
Yuki
e7e28efcab Theme Progress
Link color
Notification dropdown text fix
Dropdown select color
Panels
Modals
Buttons, Labels and Alerts
nprogress
fix and rename __THEME_CSS_CACHE to __THEME_CSS_CACHE_V1
2015-08-25 01:26:59 +05:30
Yuki
5f8dc8a24f Cache CSS if in production 2015-07-29 22:29:52 +05:30
Yuki
47344a5774 ThemeHelper.render_theme_with_context 2015-07-29 22:24:33 +05:30
Yuki
aec452cbd1 CSS -> SCSS 2015-07-29 22:01:34 +05:30
Yuki
3444fcc93e rework some theme code, particlefield now adapts color 2015-07-29 20:38:07 +05:30
Yuki
9ef71a84e9 Merge branch 'master' of github.com:Retrospring/retrospring into feature-themes 2015-07-29 19:52:14 +05:30
Yuki
9734e5463e Merge pull request #33 from colons/master
Do not declare mobile app capability
2015-07-28 04:33:56 +05:30
Yuki
97ad1285fe don't break loops 2015-07-27 13:16:26 +05:30
Yuki
c846b963a4 more fixes 2015-07-27 13:12:00 +05:30
Yuki
bde8b64977 error -> info (maybe .warn?) 2015-07-27 12:48:10 +05:30
Yuki
26a517a650 Fixes, workers now output to sidekiq, not rails 2015-07-27 12:42:12 +05:30
Yuki
92bbfef2df Moved ask all + ask group to worker, validates user_id for ask person now 2015-07-27 12:29:56 +05:30
Yuki
21f2467f45 Fix question pagination 2015-07-25 23:18:27 +05:30
Yuki
12b2ec8a3b Turbolinks stop removing the god damn spreadsheet you twat 2015-07-24 22:44:16 +05:30
Yuki
54b051a7e7 Temp. layout for testing 2015-07-24 22:42:14 +05:30
pixeldesu
6ea04faf4f update show_follow JS to address changes 2015-07-24 17:14:42 +02:00
pixeldesu
6f65f8c9f4 Merge branch 'feature-userbox-header' 2015-07-24 17:10:28 +02:00
pixeldesu
5ce5d69e4a remove the TODO from the userbox 2015-07-24 17:09:17 +02:00
pixeldesu
1a9660bc05 update userbox style with headers 2015-07-24 17:04:46 +02:00
Iain Dawson
92ffb71c3b Do not declare mobile app capability. 2015-07-24 08:15:44 +01:00
Yuki
3b0646644a Replace @users with Hash 2015-07-24 01:14:20 +05:30
Yuki
2aef9bd71f Support for Ruby 2.0.0 2015-07-24 01:13:39 +05:30
Yuki
5c2168b9af The copy paste is strong 2015-07-23 23:23:51 +05:30
Yuki
deb6d12108 Moderation Priority + IP 2015-07-23 23:21:13 +05:30
Yuki
5c86833601 Fix emails 2015-07-23 12:12:36 +05:30
Yuki
38d1c21118 Someone wanted even paddings, here you go. also made the support more wide. 2015-07-23 11:50:21 +05:30
pixeldesu
5366c3c748 add fake mail validation 2015-07-21 22:44:14 +02:00
Yuki
54e27896f4 Add missing ='s to text templates 2015-07-21 23:57:59 +05:30
Yuki
eb85f38220 Fix text, add more templates 2015-07-21 23:50:54 +05:30
Yuki
362292716f Mail templating, hopefully 2015-07-21 23:43:14 +05:30
pixeldesu
aabbd9fb8c add :confirmable to users + migration / letter_opener for local email confirmations 2015-07-21 17:55:28 +02:00
pixeldesu
36d6cd5816 remove strict case requirement 2015-07-17 22:46:05 +02:00
pixeldesu
19d6ccd855 change logic for deletion when no user or no question is found 2015-07-17 22:31:10 +02:00
pixeldesu
0044430fa6 fix indentation 2015-07-17 21:59:16 +02:00
pixeldesu
68526bfc4e removing unnecessary return values 2015-07-17 21:48:33 +02:00
pixeldesu
e1d38ebb89 removing more logic from templates + simpler coffeescript 2015-07-17 21:45:45 +02:00
pixeldesu
8232aa2a21 fix flashes staying on the page 2015-07-17 21:34:53 +02:00
pixeldesu
a122106d82 fix manual deletion not decreasing ib-count 2015-07-17 21:25:32 +02:00
pixeldesu
84f80c824e fix broken pagination and wrong question count for deletion 2015-07-17 20:54:11 +02:00
pixeldesu
e9ae442431 add ability to show/search questions from specific users 2015-07-17 20:29:19 +02:00
pixeldesu
3a5dcbcd3b Move account deletion to Sidekiq worker, fixes #11 2015-07-15 01:44:35 +02:00
pixeldesu
d2c59c047d remove line of code that determines C as language for this file 2015-07-06 18:38:52 +02:00
Yuki
af71f1ef34 Some adjustmenets to locale logic, add 'jp.language: 日本語', regenerate schema 2015-07-04 13:01:46 +05:30
pixeldesu
ca41890ada replaced big avatar image on main timeline page 2015-06-28 01:36:58 +02:00
Robin B.
00b9ec8192 scroll down the fucking page 2015-06-21 17:18:30 +02:00
Andreas N.
6c0428398c Merge pull request #45 from Retrospring/locale
Locale Flags
2015-06-21 13:29:39 +02:00