1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
38633d6e79 Prefill original title and content from projecteuler.net 2020-05-02 20:18:04 +02:00
f08254ffef Switch to Bootstrap 4 2019-12-23 17:49:54 +01:00
d56f0bf587 Allow admins to directly set translations 2019-02-23 13:49:25 +01:00
7cfbc3d9f8 Allow translation content styling through scrubber 2019-02-13 09:10:29 +01:00
89a8fbba99 Show author names in problem and translation views 2019-02-05 12:00:25 +01:00
d75a88bf6e Fix seed data, improve admin area testing 2019-02-04 13:58:20 +01:00
b0f8bc5090 Use Omniauthable user model with admin role 2019-02-03 18:00:42 +01:00
3a2aa6ea1a Add ability to accept or decline translations 2019-02-02 17:53:02 +01:00
b5697eff56 Add redirects, update test types 2017-11-26 14:32:18 +01:00
f5d0e721a1 Add about pages 2017-11-24 14:26:48 +01:00
95bb01b440 Update rails and code 2017-11-23 13:52:13 +01:00
8334baff99 Update gems 2017-11-23 10:28:32 +01:00
07a994593d Add test for incorrect problem count 2015-09-09 17:56:13 +02:00
95b84f003c Add problem count changing to the admin dashboard 2015-09-09 17:40:15 +02:00
6b463417ba Move translation viewing to admin namespace 2015-02-16 09:37:13 +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
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
b16a04973a Make translations a nested resource for each problem 2014-12-30 17:12:50 +01:00
3cfb19a009 Remove edit, update, destroy actions for translations 2014-12-30 11:32:06 +01:00
4c16813c92 Add check whether problem has a translation 2014-12-29 20:28:33 +01:00
06ab2e4cab Add controller for Problems with index and show actions 2014-12-29 16:16:57 +01:00
d1470f391e Rename translation fixtures, explicitly use problem ids 2014-12-29 15:41:56 +01:00
fa86abc06d Add presence of problem to translation 2014-12-29 15:29:01 +01:00
e13b82ad1f Rename Problem to Translation 2014-12-13 17:00:00 +01:00
fbb958cb41 Add presence and uniqueness validations for problem 2014-12-10 10:44:10 +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