plack-app-gruntmaster.git
9 years agoChange font-size for readable to 14px
Marius Gavrilescu [Mon, 20 Apr 2015 07:32:25 +0000 (10:32 +0300)]
Change font-size for readable to 14px

9 years agoMake all tables condensed by default
Marius Gavrilescu [Sun, 19 Apr 2015 19:37:48 +0000 (22:37 +0300)]
Make all tables condensed by default

9 years agoPut common css in a separate stylesheet
Marius Gavrilescu [Sun, 19 Apr 2015 18:24:51 +0000 (21:24 +0300)]
Put common css in a separate stylesheet

9 years agoDisable modal on small screens
Marius Gavrilescu [Sun, 19 Apr 2015 07:49:42 +0000 (10:49 +0300)]
Disable modal on small screens

9 years agoHide modal backdrop by default
Marius Gavrilescu [Sat, 18 Apr 2015 09:35:02 +0000 (12:35 +0300)]
Hide modal backdrop by default

9 years agoShorten slate.css
Marius Gavrilescu [Sat, 18 Apr 2015 08:19:53 +0000 (11:19 +0300)]
Shorten slate.css

9 years agoFix 90-themes.js
Marius Gavrilescu [Sat, 18 Apr 2015 08:08:56 +0000 (11:08 +0300)]
Fix 90-themes.js

9 years agoDo not request server time when page has no timers
Marius Gavrilescu [Sat, 18 Apr 2015 08:07:36 +0000 (11:07 +0300)]
Do not request server time when page has no timers

9 years agoRemove some unused parts of bootstrap
Marius Gavrilescu [Sat, 18 Apr 2015 08:02:25 +0000 (11:02 +0300)]
Remove some unused parts of bootstrap

9 years agoUse server time in 90-timers.js for more accurate timers
Marius Gavrilescu [Fri, 17 Apr 2015 21:09:33 +0000 (00:09 +0300)]
Use server time in 90-timers.js for more accurate timers

9 years agoFix bug in tracker
Marius Gavrilescu [Fri, 17 Apr 2015 21:06:37 +0000 (00:06 +0300)]
Fix bug in tracker

9 years agoUse Math.floor in 90-timers
Marius Gavrilescu [Fri, 17 Apr 2015 20:59:34 +0000 (23:59 +0300)]
Use Math.floor in 90-timers

9 years agoUpgrade to ECMAScript 6
Marius Gavrilescu [Fri, 17 Apr 2015 20:34:27 +0000 (23:34 +0300)]
Upgrade to ECMAScript 6

9 years agoDepend on compiler.jar for JS compilation, move js into static/js/
Marius Gavrilescu [Fri, 17 Apr 2015 18:23:36 +0000 (21:23 +0300)]
Depend on compiler.jar for JS compilation, move js into static/js/

9 years agoAdd a function for making a DOM element from HTML
Marius Gavrilescu [Fri, 17 Apr 2015 16:03:35 +0000 (19:03 +0300)]
Add a function for making a DOM element from HTML

9 years agoSimplify divine-format and add golfscript
Marius Gavrilescu [Thu, 16 Apr 2015 12:22:15 +0000 (15:22 +0300)]
Simplify divine-format and add golfscript

9 years agoReplace Zepto with ki.js, rewrite all JS
Marius Gavrilescu [Thu, 16 Apr 2015 12:13:37 +0000 (15:13 +0300)]
Replace Zepto with ki.js, rewrite all JS

9 years agoGet rid of sprintf
Marius Gavrilescu [Thu, 16 Apr 2015 09:21:26 +0000 (12:21 +0300)]
Get rid of sprintf

9 years agoReplace bootstrap modals with homemade modals
Marius Gavrilescu [Thu, 16 Apr 2015 09:12:35 +0000 (12:12 +0300)]
Replace bootstrap modals with homemade modals

9 years agoUse Subresource Integrity
Marius Gavrilescu [Wed, 15 Apr 2015 15:47:26 +0000 (18:47 +0300)]
Use Subresource Integrity

9 years agoUse main and aside
Marius Gavrilescu [Mon, 13 Apr 2015 14:16:18 +0000 (17:16 +0300)]
Use main and aside

9 years agoMark tr td th as having optional end tags
Marius Gavrilescu [Sat, 11 Apr 2015 12:26:11 +0000 (15:26 +0300)]
Mark tr td th as having optional end tags

9 years agoChomp article titles
Marius Gavrilescu [Sat, 11 Apr 2015 12:19:02 +0000 (15:19 +0300)]
Chomp article titles

9 years agoDo not crash when passing undef to literal
Marius Gavrilescu [Sat, 11 Apr 2015 12:07:55 +0000 (15:07 +0300)]
Do not crash when passing undef to literal

9 years agoParse and reserialize literal HTML
Marius Gavrilescu [Sat, 11 Apr 2015 11:57:02 +0000 (14:57 +0300)]
Parse and reserialize literal HTML

9 years agoUse window.innerWidth instead of document.body.clientWidth
Marius Gavrilescu [Wed, 8 Apr 2015 17:59:05 +0000 (20:59 +0300)]
Use window.innerWidth instead of document.body.clientWidth

9 years agoRemove extraneous margin in mobilenav
Marius Gavrilescu [Wed, 8 Apr 2015 17:40:42 +0000 (20:40 +0300)]
Remove extraneous margin in mobilenav

9 years agoCollapse nav on mobile devices
Marius Gavrilescu [Wed, 8 Apr 2015 17:20:45 +0000 (20:20 +0300)]
Collapse nav on mobile devices

9 years agoRemove Link header
Marius Gavrilescu [Fri, 3 Apr 2015 08:20:11 +0000 (11:20 +0300)]
Remove Link header

9 years agoInsert javascript-dependent HTML from javascript
Marius Gavrilescu [Fri, 3 Apr 2015 08:15:51 +0000 (11:15 +0300)]
Insert javascript-dependent HTML from javascript

9 years agoGzip CSS and JS in make_static.PL
Marius Gavrilescu [Thu, 2 Apr 2015 08:08:40 +0000 (11:08 +0300)]
Gzip CSS and JS in make_static.PL

9 years agoUse plain HTML::Element::Library instead of HTML::Seamstress
Marius Gavrilescu [Sun, 29 Mar 2015 08:17:29 +0000 (11:17 +0300)]
Use plain HTML::Element::Library instead of HTML::Seamstress

9 years agoRemove smap attributes
Marius Gavrilescu [Sun, 29 Mar 2015 08:16:49 +0000 (11:16 +0300)]
Remove smap attributes

9 years agoDo not load Email:: modules as they are no longer needed
Marius Gavrilescu [Sat, 28 Mar 2015 21:25:08 +0000 (23:25 +0200)]
Do not load Email:: modules as they are no longer needed

9 years agoRemove filtered-on columns from job log table
Marius Gavrilescu [Sat, 28 Mar 2015 15:27:07 +0000 (17:27 +0200)]
Remove filtered-on columns from job log table

9 years agoRemove table borders
Marius Gavrilescu [Sat, 28 Mar 2015 14:54:29 +0000 (16:54 +0200)]
Remove table borders

9 years agoChange message on us.en
Marius Gavrilescu [Sat, 28 Mar 2015 14:53:10 +0000 (16:53 +0200)]
Change message on us.en

9 years agoSet rel="prev"/rel="next" on pager links
Marius Gavrilescu [Sat, 28 Mar 2015 13:48:43 +0000 (15:48 +0200)]
Set rel="prev"/rel="next" on pager links

9 years agoFix duplicate attribute and unclosed tag
Marius Gavrilescu [Fri, 27 Mar 2015 19:16:00 +0000 (21:16 +0200)]
Fix duplicate attribute and unclosed tag

9 years agoFix <select> id in account
Marius Gavrilescu [Fri, 27 Mar 2015 19:13:08 +0000 (21:13 +0200)]
Fix <select> id in account

9 years agoRemove some useless things from app.psgi
Marius Gavrilescu [Fri, 27 Mar 2015 18:20:50 +0000 (20:20 +0200)]
Remove some useless things from app.psgi

9 years agoRemove access logging
Marius Gavrilescu [Fri, 27 Mar 2015 18:10:04 +0000 (20:10 +0200)]
Remove access logging

9 years agoUpdate 10-bootstrap-modal.js
Marius Gavrilescu [Thu, 26 Mar 2015 17:43:34 +0000 (19:43 +0200)]
Update 10-bootstrap-modal.js

9 years agoPreload templates
Marius Gavrilescu [Wed, 25 Mar 2015 14:53:30 +0000 (16:53 +0200)]
Preload templates

9 years agoDisplay format extension instead of format in job list
Marius Gavrilescu [Sun, 22 Mar 2015 21:45:33 +0000 (23:45 +0200)]
Display format extension instead of format in job list

9 years agoAdd GolfScript
Marius Gavrilescu [Sun, 22 Mar 2015 21:26:16 +0000 (23:26 +0200)]
Add GolfScript

9 years agoUse a Link: header with the default stylesheet
Marius Gavrilescu [Sun, 22 Mar 2015 19:51:46 +0000 (21:51 +0200)]
Use a Link: header with the default stylesheet

9 years agoFix problem job log link during contests
Marius Gavrilescu [Sun, 22 Mar 2015 17:18:00 +0000 (19:18 +0200)]
Fix problem job log link during contests

9 years agoFix static mode
Marius Gavrilescu [Sat, 21 Mar 2015 17:25:35 +0000 (19:25 +0200)]
Fix static mode

9 years agoRemove smap attributes
Marius Gavrilescu [Sat, 21 Mar 2015 17:07:18 +0000 (19:07 +0200)]
Remove smap attributes

9 years agoAdd static mode
Marius Gavrilescu [Sat, 21 Mar 2015 17:04:21 +0000 (19:04 +0200)]
Add static mode

9 years agoRemove some useless styles
Marius Gavrilescu [Sat, 21 Mar 2015 14:24:10 +0000 (16:24 +0200)]
Remove some useless styles

9 years agoSimplify calls to process_pb_entry and process_log
Marius Gavrilescu [Sat, 21 Mar 2015 11:36:35 +0000 (13:36 +0200)]
Simplify calls to process_pb_entry and process_log

9 years agoGreatly increase cache max-ages
Marius Gavrilescu [Sat, 21 Mar 2015 11:17:20 +0000 (13:17 +0200)]
Greatly increase cache max-ages

9 years agoUpdate bootswatch to 3.3.4
Marius Gavrilescu [Thu, 19 Mar 2015 20:38:46 +0000 (22:38 +0200)]
Update bootswatch to 3.3.4

9 years agoDisplay limit overrides
Marius Gavrilescu [Mon, 16 Mar 2015 16:33:04 +0000 (18:33 +0200)]
Display limit overrides

9 years agoRemove login dependency on cookies & referer
Marius Gavrilescu [Mon, 16 Mar 2015 10:04:24 +0000 (12:04 +0200)]
Remove login dependency on cookies & referer

9 years agoHide editorial link before contest is finished
Marius Gavrilescu [Thu, 5 Feb 2015 14:31:52 +0000 (16:31 +0200)]
Hide editorial link before contest is finished

(cherry picked from commit f34b3eac41f334d38380a5214180d30415637284)

9 years agoUse alternate stylesheets
Marius Gavrilescu [Tue, 10 Mar 2015 19:09:10 +0000 (21:09 +0200)]
Use alternate stylesheets

9 years agoDo not remake unmodified files
Marius Gavrilescu [Mon, 9 Mar 2015 15:09:38 +0000 (17:09 +0200)]
Do not remake unmodified files

9 years agoAdd ruby everywhere
Marius Gavrilescu [Mon, 9 Mar 2015 09:10:26 +0000 (11:10 +0200)]
Add ruby everywhere

9 years agoAdd ruby
Marius Gavrilescu [Mon, 9 Mar 2015 08:59:32 +0000 (10:59 +0200)]
Add ruby

9 years agoAdd rudimentary closure compiler support
Marius Gavrilescu [Sun, 8 Mar 2015 10:15:32 +0000 (12:15 +0200)]
Add rudimentary closure compiler support

9 years agoFix /pb/
Marius Gavrilescu [Sun, 8 Mar 2015 10:13:57 +0000 (12:13 +0200)]
Fix /pb/

9 years agoUpdate 10-bootstrap-modal.js
Marius Gavrilescu [Sun, 8 Mar 2015 09:38:52 +0000 (11:38 +0200)]
Update 10-bootstrap-modal.js

9 years agoUpdate zepto
Marius Gavrilescu [Sun, 8 Mar 2015 09:35:39 +0000 (11:35 +0200)]
Update zepto

9 years agoAdd close button styles
Marius Gavrilescu [Sun, 8 Mar 2015 09:33:36 +0000 (11:33 +0200)]
Add close button styles

9 years agoRequire admin to list problems of pending contests
Marius Gavrilescu [Sun, 8 Mar 2015 08:08:00 +0000 (10:08 +0200)]
Require admin to list problems of pending contests

9 years agoDo not mark problems as private in process_pb during contests
Marius Gavrilescu [Sun, 8 Mar 2015 08:01:29 +0000 (10:01 +0200)]
Do not mark problems as private in process_pb during contests

9 years agoAllow filtering by result
Marius Gavrilescu [Sun, 8 Mar 2015 07:57:24 +0000 (09:57 +0200)]
Allow filtering by result

9 years agoRemove unnecessary forbids
Marius Gavrilescu [Tue, 3 Mar 2015 17:04:17 +0000 (19:04 +0200)]
Remove unnecessary forbids

9 years agoChange private problem handling
Marius Gavrilescu [Tue, 3 Mar 2015 16:54:01 +0000 (18:54 +0200)]
Change private problem handling

9 years agoUpdate log.conf
Marius Gavrilescu [Tue, 3 Mar 2015 16:53:41 +0000 (18:53 +0200)]
Update log.conf

9 years agoDo not pass contest explicitly for /pb/
Marius Gavrilescu [Tue, 3 Mar 2015 14:44:35 +0000 (16:44 +0200)]
Do not pass contest explicitly for /pb/

9 years agoUpdate fonts and remove @import from readable.css
Marius Gavrilescu [Mon, 2 Mar 2015 16:58:10 +0000 (18:58 +0200)]
Update fonts and remove @import from readable.css

9 years agoUpdate MANIFEST
Marius Gavrilescu [Mon, 2 Mar 2015 16:26:11 +0000 (18:26 +0200)]
Update MANIFEST

9 years agoRemove unused static/gm.css
Marius Gavrilescu [Mon, 2 Mar 2015 15:06:37 +0000 (17:06 +0200)]
Remove unused static/gm.css

9 years agoGenerate minified js/css during build
Marius Gavrilescu [Mon, 2 Mar 2015 15:05:58 +0000 (17:05 +0200)]
Generate minified js/css during build

9 years agoUse Plack::Middleware::Auth::Complex for auth
Marius Gavrilescu [Sun, 1 Mar 2015 12:05:40 +0000 (14:05 +0200)]
Use Plack::Middleware::Auth::Complex for auth

9 years agoConnect lazily to database to allow starman --preload-app
Marius Gavrilescu [Sun, 1 Mar 2015 08:02:33 +0000 (10:02 +0200)]
Connect lazily to database to allow starman --preload-app

9 years agoDo not return 404 for favicon.ico
Marius Gavrilescu [Sat, 28 Feb 2015 21:14:42 +0000 (23:14 +0200)]
Do not return 404 for favicon.ico

9 years agoReorder themes
Marius Gavrilescu [Sat, 28 Feb 2015 18:18:33 +0000 (20:18 +0200)]
Reorder themes

9 years agoReplace cerulean and cosmo themes with readable
Marius Gavrilescu [Sat, 28 Feb 2015 18:17:23 +0000 (20:17 +0200)]
Replace cerulean and cosmo themes with readable

9 years agoRemove dropdown js as it is no longer needed
Marius Gavrilescu [Sat, 28 Feb 2015 15:53:08 +0000 (17:53 +0200)]
Remove dropdown js as it is no longer needed

9 years agoHide tracker when not tracking
Marius Gavrilescu [Sat, 28 Feb 2015 14:33:20 +0000 (16:33 +0200)]
Hide tracker when not tracking

9 years agoMake list-inline lists more inline
Marius Gavrilescu [Sat, 28 Feb 2015 14:30:01 +0000 (16:30 +0200)]
Make list-inline lists more inline

9 years agoMake Bootstrap leaner
Marius Gavrilescu [Sat, 28 Feb 2015 14:27:03 +0000 (16:27 +0200)]
Make Bootstrap leaner

9 years agoMove theme selector to sidebar
Marius Gavrilescu [Sat, 28 Feb 2015 14:24:45 +0000 (16:24 +0200)]
Move theme selector to sidebar

9 years agoMake job list more compact
Marius Gavrilescu [Fri, 27 Feb 2015 10:43:28 +0000 (12:43 +0200)]
Make job list more compact

9 years agoUpdate Content-Security-Policy to version 2
Marius Gavrilescu [Wed, 25 Feb 2015 20:23:27 +0000 (22:23 +0200)]
Update Content-Security-Policy to version 2

9 years agoAdd editorial header
Marius Gavrilescu [Sat, 14 Feb 2015 09:13:52 +0000 (11:13 +0200)]
Add editorial header

(cherry picked from commit 00c887ce06707532ce45ad863139f79455480d24)

Conflicts:
lib/Plack/App/Gruntmaster.pm

9 years agoMake editorials private before contest start
Marius Gavrilescu [Wed, 25 Feb 2015 18:02:08 +0000 (20:02 +0200)]
Make editorials private before contest start

9 years agoFix editorials for contests with less than 4 problems
Marius Gavrilescu [Wed, 25 Feb 2015 17:41:34 +0000 (19:41 +0200)]
Fix editorials for contests with less than 4 problems

9 years agoFix content types on sources
Marius Gavrilescu [Tue, 24 Feb 2015 20:04:56 +0000 (22:04 +0200)]
Fix content types on sources

9 years agoRemove google-analytics.com from CSP as it is specific to mindcoding
Marius Gavrilescu [Tue, 24 Feb 2015 19:51:00 +0000 (21:51 +0200)]
Remove google-analytics.com from CSP as it is specific to mindcoding

9 years agoSet access log format to combined
Marius Gavrilescu [Tue, 24 Feb 2015 19:50:06 +0000 (21:50 +0200)]
Set access log format to combined

9 years agoRemove purges as they are handled in gruntmaster-data
Marius Gavrilescu [Tue, 24 Feb 2015 18:28:11 +0000 (20:28 +0200)]
Remove purges as they are handled in gruntmaster-data

9 years agoDeclare charset in content-type header
Marius Gavrilescu [Mon, 23 Feb 2015 17:43:34 +0000 (19:43 +0200)]
Declare charset in content-type header

9 years agoSet async defer on script
Marius Gavrilescu [Mon, 23 Feb 2015 14:38:36 +0000 (16:38 +0200)]
Set async defer on script

9 years agoPrepend ticks/crosses instead of appending them
Marius Gavrilescu [Sun, 22 Feb 2015 12:32:57 +0000 (14:32 +0200)]
Prepend ticks/crosses instead of appending them

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