|
|
e67a03bbe3
|
Add function for updating problem count
|
2015-03-01 20:56:30 +01:00 |
|
|
|
6b463417ba
|
Move translation viewing to admin namespace
|
2015-02-16 09:37:13 +01:00 |
|
|
|
b1d0daf47a
|
Prevent N+1 on title validation
|
2015-02-12 18:26:02 +01:00 |
|
|
|
c124808ffe
|
Fix #14: Make uniqueness check among other problems
|
2015-02-12 16:31:52 +01:00 |
|
|
|
7279c8c111
|
Prefill translation form with old translation if possible
|
2015-02-08 18:20:29 +01:00 |
|
|
|
f989cd64db
|
Increase test coverage
|
2015-02-08 18:06:25 +01:00 |
|
|
|
5c1709ba7e
|
Improve translation creation form by using codemirror
|
2015-02-08 17:30:06 +01:00 |
|
|
|
9b622ec543
|
Fix possible security problem
|
2015-02-01 12:09:45 +01:00 |
|
|
|
594f9540a8
|
Add tests for flash message helpers
|
2015-02-01 12:00:49 +01:00 |
|
|
|
f162225195
|
Add authentication with devise, fix tests
|
2015-02-01 11:16:50 +01:00 |
|
|
|
b281f56d11
|
Redirect to original problem after translation creation
|
2015-02-01 11:10:38 +01:00 |
|
|
|
fb108420b4
|
Fix small bugs in views
|
2015-02-01 11:04:51 +01:00 |
|
|
|
d2ab9f3202
|
Add warning to sign in page
|
2015-01-31 12:58:53 +01:00 |
|
|
|
be6ba28845
|
Add devise-bootstrap-views
|
2015-01-31 12:53:53 +01:00 |
|
|
|
0677e19b93
|
Add Admin class
|
2015-01-31 12:19:54 +01:00 |
|
|
|
f1576b145f
|
Fix problem with mathjax and turbolinks
|
2015-01-03 20:52:38 +01:00 |
|
|
|
e8118b282a
|
Add 'mathjax-rails' gem
|
2015-01-03 15:57:44 +01:00 |
|
|
|
8e98c6857b
|
Make "Back" link on translation creation a button
|
2015-01-03 14:10:33 +01:00 |
|
|
|
1c8ff0c7b8
|
Bootstrapify translation form
|
2015-01-03 14:09:56 +01:00 |
|
|
|
b76d762bfd
|
Delete translations/edit
|
2015-01-03 12:51:57 +01:00 |
|
|
|
e8ab309c96
|
Translate a notice
|
2015-01-02 15:29:09 +01:00 |
|
|
|
9b17745375
|
Translate translations/show
|
2015-01-02 15:14:39 +01:00 |
|
|
|
66d6d948a1
|
Translate translations/index
|
2015-01-02 15:03:09 +01:00 |
|
|
|
80c35c8cf3
|
Translate translations/new
|
2015-01-02 14:59:53 +01:00 |
|
|
|
3887d2bfb1
|
Translate problems/untranslated
|
2015-01-02 13:47:51 +01:00 |
|
|
|
545a165752
|
Translate problems/show
|
2015-01-02 13:36:32 +01:00 |
|
|
|
6dfdcffc69
|
Translate problems index
|
2015-01-02 11:52:20 +01:00 |
|
|
|
de4d33879f
|
Translate complete index application.html.erb
|
2015-01-01 18:12:25 +01:00 |
|
|
|
5b7fd1fe27
|
Fix association from problem to its current translation
|
2014-12-30 23:32:17 +01:00 |
|
|
|
d2f1292724
|
Add links for problem translation and improvement
|
2014-12-30 19:50:35 +01:00 |
|
|
|
d20b3e0fef
|
Prevent N+1 query on problem index
|
2014-12-30 17:59:39 +01:00 |
|
|
|
b16a04973a
|
Make translations a nested resource for each problem
|
2014-12-30 17:12:50 +01:00 |
|
|
|
37f4eefff2
|
Add problems to navbar
|
2014-12-30 11:35:25 +01:00 |
|
|
|
3cfb19a009
|
Remove edit, update, destroy actions for translations
|
2014-12-30 11:32:06 +01:00 |
|
|
|
2b812f297d
|
Move original_url from translation to problem
|
2014-12-29 20:33:30 +01:00 |
|
|
|
4c16813c92
|
Add check whether problem has a translation
|
2014-12-29 20:28:33 +01:00 |
|
|
|
cbf17cfce0
|
Add delegation and per_page to problem
|
2014-12-29 16:18:20 +01:00 |
|
|
|
06ab2e4cab
|
Add controller for Problems with index and show actions
|
2014-12-29 16:16:57 +01:00 |
|
|
|
fa86abc06d
|
Add presence of problem to translation
|
2014-12-29 15:29:01 +01:00 |
|
|
|
bbe80b1409
|
Create association of translations with their problems
|
2014-12-15 00:38:29 +01:00 |
|
|
|
79ed82cfd8
|
Create Problem model with reference to current translation
|
2014-12-14 23:11:40 +01:00 |
|
|
|
e13b82ad1f
|
Rename Problem to Translation
|
2014-12-13 17:00:00 +01:00 |
|
|
|
94087d31d2
|
Add link to original problem
|
2014-12-10 22:59:02 +01:00 |
|
|
|
dda5395fd9
|
Use bootstrap helper for problem content panel
|
2014-12-10 17:27:17 +01:00 |
|
|
|
5bbed9573c
|
Use bh gem (bootstrap helpers), make use of it for navbar
|
2014-12-10 17:14:03 +01:00 |
|
|
|
5bbf385fdf
|
Use 'bootstrap-sass' gem
|
2014-12-10 16:55:17 +01:00 |
|
|
|
4b8deec047
|
Remove twitter-bootstrap-rails gem
|
2014-12-10 16:19:12 +01:00 |
|
|
|
6663c06086
|
Add problem pagination with will_paginate. Fix #2
|
2014-12-10 11:59:01 +01:00 |
|
|
|
fbb958cb41
|
Add presence and uniqueness validations for problem
|
2014-12-10 10:44:10 +01:00 |
|
|
|
c50808f68e
|
Fix "New Problem" button leading to POST request
|
2014-12-10 01:09:52 +01:00 |
|
|
|
83f25322a9
|
Add navbar, make content centered
|
2014-12-08 11:24:28 +01:00 |
|
|
|
d1a88f9141
|
Fix "Edit" button leading to POST request
|
2014-12-08 10:50:59 +01:00 |
|
|
|
b6c0311097
|
Bootstrapify problem show page
|
2014-12-08 10:42:06 +01:00 |
|
|
|
759cc8457a
|
Bootstrapify problem index page
|
2014-12-07 18:17:33 +01:00 |
|
|
|
6ee94feb57
|
Delete unneccessary css
|
2014-12-07 18:17:12 +01:00 |
|
|
|
1f6e74785e
|
Add bootstrap
|
2014-12-07 18:16:52 +01:00 |
|
|
|
5130a431da
|
Add problem ID to problem listing
|
2014-12-01 17:28:34 +01:00 |
|
|
|
b7a0303206
|
Add problem type
|
2014-11-30 16:43:09 +01:00 |
|
|
|
bbbadc5184
|
Project setup
|
2014-11-30 16:38:53 +01:00 |
|