plack-app-gruntmaster.git
9 years agoInclude contest in job list
Marius Gavrilescu [Fri, 6 Feb 2015 08:52:50 +0000 (10:52 +0200)]
Include contest in job list

9 years agoAlways allow users to view their own sources
Marius Gavrilescu [Thu, 5 Feb 2015 17:31:56 +0000 (19:31 +0200)]
Always allow users to view their own sources

9 years agoAdd contest to problem links in standings
Marius Gavrilescu [Thu, 5 Feb 2015 16:35:54 +0000 (18:35 +0200)]
Add contest to problem links in standings

9 years agoAdd editorial support
Marius Gavrilescu [Wed, 4 Feb 2015 13:59:17 +0000 (15:59 +0200)]
Add editorial support

9 years agoMake solution modal larger
Marius Gavrilescu [Wed, 4 Feb 2015 13:01:12 +0000 (15:01 +0200)]
Make solution modal larger

9 years agoUpdate bootswatch and add wells
Marius Gavrilescu [Wed, 4 Feb 2015 12:52:00 +0000 (14:52 +0200)]
Update bootswatch and add wells

9 years agoDisplay time limit in pb_entry
Marius Gavrilescu [Wed, 4 Feb 2015 08:10:15 +0000 (10:10 +0200)]
Display time limit in pb_entry

9 years agoDisplay result in log_entry
Marius Gavrilescu [Wed, 4 Feb 2015 08:08:34 +0000 (10:08 +0200)]
Display result in log_entry

9 years agoInclude job format in job log table
Marius Gavrilescu [Wed, 4 Feb 2015 08:03:28 +0000 (10:03 +0200)]
Include job format in job log table

9 years agoRedirect /favicon.ico to /static/favicon.ico
Marius Gavrilescu [Wed, 4 Feb 2015 08:02:08 +0000 (10:02 +0200)]
Redirect /favicon.ico to /static/favicon.ico

9 years agoRemove clock
Marius Gavrilescu [Tue, 3 Feb 2015 18:36:48 +0000 (20:36 +0200)]
Remove clock

9 years agoAdd css/hl.css from mindcoding
Marius Gavrilescu [Tue, 3 Feb 2015 17:19:15 +0000 (19:19 +0200)]
Add css/hl.css from mindcoding

9 years agoAdd country to users
Marius Gavrilescu [Thu, 29 Jan 2015 17:20:50 +0000 (19:20 +0200)]
Add country to users

9 years agoRemove space from dsn in app.psgi
Marius Gavrilescu [Wed, 28 Jan 2015 17:30:30 +0000 (19:30 +0200)]
Remove space from dsn in app.psgi

9 years agoRemove t/Gruntmaster-Page.t
Marius Gavrilescu [Tue, 27 Jan 2015 10:04:16 +0000 (12:04 +0200)]
Remove t/Gruntmaster-Page.t

9 years agoAdd a few tests
Marius Gavrilescu [Tue, 27 Jan 2015 08:54:50 +0000 (10:54 +0200)]
Add a few tests

9 years agoUse init_once instead of init in app.psgi
Marius Gavrilescu [Tue, 27 Jan 2015 08:53:39 +0000 (10:53 +0200)]
Use init_once instead of init in app.psgi

9 years agoFix keys on reference is experimental warning
Marius Gavrilescu [Sun, 25 Jan 2015 21:21:12 +0000 (23:21 +0200)]
Fix keys on reference is experimental warning

9 years agoActually use AUTH_TIMEOUT
Marius Gavrilescu [Sun, 25 Jan 2015 20:37:53 +0000 (22:37 +0200)]
Actually use AUTH_TIMEOUT

9 years agoConnect to $ENV{GRUNTMASTER_DSN} if defined
Marius Gavrilescu [Sun, 25 Jan 2015 20:33:32 +0000 (22:33 +0200)]
Connect to $ENV{GRUNTMASTER_DSN} if defined

9 years agoKeep log query parameters when changing page
Marius Gavrilescu [Sun, 25 Jan 2015 20:23:57 +0000 (22:23 +0200)]
Keep log query parameters when changing page

9 years agoPass query parameters to response
Marius Gavrilescu [Sun, 25 Jan 2015 20:23:31 +0000 (22:23 +0200)]
Pass query parameters to response

9 years agoSort problems in standings by value and fix standings JSON
Marius Gavrilescu [Sun, 25 Jan 2015 11:34:23 +0000 (13:34 +0200)]
Sort problems in standings by value and fix standings JSON

9 years agoPass contest to /pb/:problem response
Marius Gavrilescu [Fri, 23 Jan 2015 14:50:15 +0000 (16:50 +0200)]
Pass contest to /pb/:problem response

9 years agoDo not detach solution twice
Marius Gavrilescu [Fri, 23 Jan 2015 14:43:25 +0000 (16:43 +0200)]
Do not detach solution twice

9 years agoCall calc_store from correct package
Marius Gavrilescu [Fri, 23 Jan 2015 14:41:22 +0000 (16:41 +0200)]
Call calc_store from correct package

9 years agoDisallow submissions where the problem does not belong to the contest
Marius Gavrilescu [Wed, 21 Jan 2015 19:43:36 +0000 (21:43 +0200)]
Disallow submissions where the problem does not belong to the contest

9 years agoFix a typo in /src and force jobs in contests to be non-private
Marius Gavrilescu [Wed, 21 Jan 2015 19:41:04 +0000 (21:41 +0200)]
Fix a typo in /src and force jobs in contests to be non-private

9 years agoShow "No results yet" in log_entry when job is not done
Marius Gavrilescu [Wed, 21 Jan 2015 19:28:09 +0000 (21:28 +0200)]
Show "No results yet" in log_entry when job is not done

9 years agoRequire authentication and privacy for problems during contests
Marius Gavrilescu [Wed, 21 Jan 2015 19:24:26 +0000 (21:24 +0200)]
Require authentication and privacy for problems during contests

9 years agoUse open_time instead of contest_start in problem timer
Marius Gavrilescu [Wed, 21 Jan 2015 19:12:19 +0000 (21:12 +0200)]
Use open_time instead of contest_start in problem timer

9 years agoUse 303 instead of 205 in /login
Marius Gavrilescu [Tue, 20 Jan 2015 12:27:34 +0000 (14:27 +0200)]
Use 303 instead of 205 in /login

9 years agoUse 205 Reset Content in /login
Marius Gavrilescu [Tue, 20 Jan 2015 12:13:55 +0000 (14:13 +0200)]
Use 205 Reset Content in /login

9 years agoAdd a fake login link
Marius Gavrilescu [Tue, 20 Jan 2015 12:12:19 +0000 (14:12 +0200)]
Add a fake login link

9 years agoRedirect to new job instead of job log on submit
Marius Gavrilescu [Fri, 16 Jan 2015 21:02:25 +0000 (23:02 +0200)]
Redirect to new job instead of job log on submit

9 years agoDisplay problem level in pb_entry
Marius Gavrilescu [Thu, 15 Jan 2015 09:02:58 +0000 (11:02 +0200)]
Display problem level in pb_entry

9 years agoPass private argument to job log from pb_entry
Marius Gavrilescu [Mon, 12 Jan 2015 20:09:22 +0000 (22:09 +0200)]
Pass private argument to job log from pb_entry

9 years agoTry to divine file format from file extension
Marius Gavrilescu [Sat, 10 Jan 2015 18:12:24 +0000 (20:12 +0200)]
Try to divine file format from file extension

9 years agoHide solution link on problems without solution
Marius Gavrilescu [Sat, 10 Jan 2015 13:26:23 +0000 (15:26 +0200)]
Hide solution link on problems without solution

9 years agoFix source links in log_entry
Marius Gavrilescu [Thu, 8 Jan 2015 18:20:46 +0000 (20:20 +0200)]
Fix source links in log_entry

9 years agoFix previous commit
Marius Gavrilescu [Sun, 4 Jan 2015 17:09:02 +0000 (19:09 +0200)]
Fix previous commit

9 years agoAdd a "private" parameter to /log/ and /pb/
Marius Gavrilescu [Sun, 4 Jan 2015 15:28:11 +0000 (17:28 +0200)]
Add a "private" parameter to /log/ and /pb/

9 years agoImprove log_entry
Marius Gavrilescu [Sun, 4 Jan 2015 15:19:35 +0000 (17:19 +0200)]
Improve log_entry

9 years agoFix file uploads
Marius Gavrilescu [Sun, 4 Jan 2015 13:48:26 +0000 (15:48 +0200)]
Fix file uploads

9 years agoEnforce job privacy
Marius Gavrilescu [Sat, 20 Dec 2014 14:43:19 +0000 (16:43 +0200)]
Enforce job privacy

9 years agoDo not log requests to /ok
Marius Gavrilescu [Fri, 19 Dec 2014 12:11:36 +0000 (14:11 +0200)]
Do not log requests to /ok

9 years agoEnable caching
Marius Gavrilescu [Fri, 19 Dec 2014 10:54:40 +0000 (12:54 +0200)]
Enable caching

9 years agoAdd btn-default class to tracker_button
Marius Gavrilescu [Wed, 17 Dec 2014 08:26:01 +0000 (10:26 +0200)]
Add btn-default class to tracker_button

9 years agoChange fonts and remove ugly table styling
Marius Gavrilescu [Tue, 16 Dec 2014 23:11:51 +0000 (01:11 +0200)]
Change fonts and remove ugly table styling

9 years agoRemove the run script
Marius Gavrilescu [Tue, 16 Dec 2014 17:12:24 +0000 (19:12 +0200)]
Remove the run script

9 years agoFix undef in lc warning
Marius Gavrilescu [Tue, 16 Dec 2014 17:10:42 +0000 (19:10 +0200)]
Fix undef in lc warning

9 years agoFix Job Log link in pb_entry
Marius Gavrilescu [Tue, 16 Dec 2014 17:09:20 +0000 (19:09 +0200)]
Fix Job Log link in pb_entry

9 years agoDisable X-Forever on JSON
Marius Gavrilescu [Mon, 15 Dec 2014 08:46:01 +0000 (10:46 +0200)]
Disable X-Forever on JSON

9 years agoUse ?format=json instead of Accept: application/json
Marius Gavrilescu [Sat, 13 Dec 2014 16:30:39 +0000 (18:30 +0200)]
Use ?format=json instead of Accept: application/json

9 years agoMake tracker hidden by default
Marius Gavrilescu [Fri, 12 Dec 2014 16:29:44 +0000 (18:29 +0200)]
Make tracker hidden by default

9 years agoAdd a Track user link on us_entry
Marius Gavrilescu [Fri, 12 Dec 2014 16:17:42 +0000 (18:17 +0200)]
Add a Track user link on us_entry

9 years agoHighlight tracked user in standings
Marius Gavrilescu [Fri, 12 Dec 2014 15:57:38 +0000 (17:57 +0200)]
Highlight tracked user in standings

9 years agoMake sidebar interact properly with pb_entry
Marius Gavrilescu [Fri, 12 Dec 2014 15:57:24 +0000 (17:57 +0200)]
Make sidebar interact properly with pb_entry

9 years agoFix UTF-8 in JSON
Marius Gavrilescu [Fri, 12 Dec 2014 15:01:16 +0000 (17:01 +0200)]
Fix UTF-8 in JSON

9 years agoRemove previous/next when not relevant
Marius Gavrilescu [Fri, 12 Dec 2014 15:01:05 +0000 (17:01 +0200)]
Remove previous/next when not relevant

9 years agoAdd user tracking
Marius Gavrilescu [Fri, 12 Dec 2014 14:55:20 +0000 (16:55 +0200)]
Add user tracking

9 years agoAdd user list to nav
Marius Gavrilescu [Fri, 12 Dec 2014 13:19:57 +0000 (15:19 +0200)]
Add user list to nav

9 years agoGreatly improve user list
Marius Gavrilescu [Fri, 12 Dec 2014 13:18:11 +0000 (15:18 +0200)]
Greatly improve user list

9 years agoShow contest names on user pages
Marius Gavrilescu [Fri, 12 Dec 2014 12:55:13 +0000 (14:55 +0200)]
Show contest names on user pages

9 years agoRemove archive standings
Marius Gavrilescu [Fri, 12 Dec 2014 12:54:53 +0000 (14:54 +0200)]
Remove archive standings

9 years agoAdd more information to user page
Marius Gavrilescu [Fri, 12 Dec 2014 12:17:21 +0000 (14:17 +0200)]
Add more information to user page

9 years agoUse new standings API
Marius Gavrilescu [Fri, 12 Dec 2014 12:17:03 +0000 (14:17 +0200)]
Use new standings API

9 years agoDo not minify CSS/JS in development
Marius Gavrilescu [Wed, 10 Dec 2014 14:16:19 +0000 (16:16 +0200)]
Do not minify CSS/JS in development

9 years agoSplit 90-custom into 90-autoresize and 90-themes
Marius Gavrilescu [Wed, 10 Dec 2014 12:04:59 +0000 (14:04 +0200)]
Split 90-custom into 90-autoresize and 90-themes

9 years agoHighlight current nav via javascript
Marius Gavrilescu [Wed, 10 Dec 2014 11:50:43 +0000 (13:50 +0200)]
Highlight current nav via javascript

9 years agoImprove nav, hide Theme if no javascript
Marius Gavrilescu [Wed, 10 Dec 2014 11:39:31 +0000 (13:39 +0200)]
Improve nav, hide Theme if no javascript

9 years agoGet rid of navbar
Marius Gavrilescu [Tue, 9 Dec 2014 17:35:32 +0000 (19:35 +0200)]
Get rid of navbar

9 years agoAdd solutions
Marius Gavrilescu [Tue, 9 Dec 2014 16:54:24 +0000 (18:54 +0200)]
Add solutions

9 years agoUpdate zepto, add data plugin
Marius Gavrilescu [Tue, 9 Dec 2014 16:51:38 +0000 (18:51 +0200)]
Update zepto, add data plugin

9 years agoUpdate bootswatch, add modals, remove some components, remove css/orig
Marius Gavrilescu [Tue, 9 Dec 2014 16:46:17 +0000 (18:46 +0200)]
Update bootswatch, add modals, remove some components, remove css/orig

Current list of components: component-animations dropdowns navs navbar
pager list-group close modals

9 years agoAdd non-interactive score and countdown on pb_entry
Marius Gavrilescu [Mon, 1 Dec 2014 13:23:35 +0000 (15:23 +0200)]
Add non-interactive score and countdown on pb_entry

9 years agoFix problem entry during contest
Marius Gavrilescu [Mon, 1 Dec 2014 13:22:48 +0000 (15:22 +0200)]
Fix problem entry during contest

9 years agoFix Content Security Policy
Marius Gavrilescu [Mon, 1 Dec 2014 11:00:57 +0000 (13:00 +0200)]
Fix Content Security Policy

9 years agoDepend on Web::Simple >= 0.019
Marius Gavrilescu [Wed, 22 Oct 2014 07:07:45 +0000 (10:07 +0300)]
Depend on Web::Simple >= 0.019

9 years agoUpdate PREREQ_PM and MANIFEST
Marius Gavrilescu [Wed, 15 Oct 2014 08:54:13 +0000 (11:54 +0300)]
Update PREREQ_PM and MANIFEST

9 years agoAdd GOLANG, GCCGO, HASKELL
Marius Gavrilescu [Sun, 28 Sep 2014 07:13:27 +0000 (10:13 +0300)]
Add GOLANG, GCCGO, HASKELL

9 years agoRefactoring, part II (HTML::Seamstress)
Marius Gavrilescu [Sun, 28 Sep 2014 06:10:18 +0000 (09:10 +0300)]
Refactoring, part II (HTML::Seamstress)

9 years agoRefactoring, part I (Web::Simple)
Marius Gavrilescu [Wed, 23 Jul 2014 11:41:41 +0000 (14:41 +0300)]
Refactoring, part I (Web::Simple)

9 years agoAdd a clock
Marius Gavrilescu [Sat, 28 Jun 2014 09:21:18 +0000 (12:21 +0300)]
Add a clock

10 years agoPrepare for Dancer2 port
Marius Gavrilescu [Sat, 26 Apr 2014 07:20:51 +0000 (10:20 +0300)]
Prepare for Dancer2 port

10 years agoImport some changes from the mindcoding branch
Marius Gavrilescu [Fri, 18 Apr 2014 15:03:58 +0000 (18:03 +0300)]
Import some changes from the mindcoding branch

10 years agoAdd distinct => 1 to problem list
Marius Gavrilescu [Tue, 25 Mar 2014 08:51:59 +0000 (10:51 +0200)]
Add distinct => 1 to problem list

10 years agoChange "pstoping" to "pending"
Marius Gavrilescu [Tue, 25 Mar 2014 08:45:18 +0000 (10:45 +0200)]
Change "pstoping" to "pending"

10 years agoOne more fix for require_admin
Marius Gavrilescu [Tue, 25 Mar 2014 07:45:30 +0000 (09:45 +0200)]
One more fix for require_admin

10 years agoFix require_admin again
Marius Gavrilescu [Tue, 25 Mar 2014 07:43:56 +0000 (09:43 +0200)]
Fix require_admin again

10 years agoFix redirect after submit
Marius Gavrilescu [Mon, 24 Mar 2014 18:58:20 +0000 (20:58 +0200)]
Fix redirect after submit

10 years agoMake admin_required work with new routes
Marius Gavrilescu [Mon, 24 Mar 2014 06:56:23 +0000 (08:56 +0200)]
Make admin_required work with new routes

10 years agoFix some bugs
Marius Gavrilescu [Mon, 24 Mar 2014 06:32:53 +0000 (08:32 +0200)]
Fix some bugs

10 years agoFix pb and log
Marius Gavrilescu [Fri, 21 Mar 2014 06:32:03 +0000 (08:32 +0200)]
Fix pb and log

10 years agoAdd title to job entries
Marius Gavrilescu [Wed, 19 Mar 2014 18:04:26 +0000 (20:04 +0200)]
Add title to job entries

10 years agoFrom Redis to Postgres - Part 3 (Bugfixes, first try)
Marius Gavrilescu [Wed, 19 Mar 2014 16:28:52 +0000 (18:28 +0200)]
From Redis to Postgres - Part 3 (Bugfixes, first try)

10 years agoFrom Redis to Postgres - Part 2 (Better routes)
Marius Gavrilescu [Wed, 19 Mar 2014 12:36:08 +0000 (14:36 +0200)]
From Redis to Postgres - Part 2 (Better routes)

10 years agoFrom Redis to Postgres - Part 1 (Getting started)
Marius Gavrilescu [Tue, 18 Mar 2014 21:39:03 +0000 (23:39 +0200)]
From Redis to Postgres - Part 1 (Getting started)

10 years agoFix previous commit
Marius Gavrilescu [Tue, 11 Mar 2014 21:44:46 +0000 (23:44 +0200)]
Fix previous commit

10 years agoadd contest description in page
S7012MY [Tue, 11 Mar 2014 21:35:13 +0000 (23:35 +0200)]
add contest description in page

This page took 0.033384 seconds and 4 git commands to generate.