aboutsummaryrefslogtreecommitdiffstats
path: root/templates (follow)
Commit message (Collapse)AuthorAgeLines
* [FAQ] Categorize and add FAQ about GitLabGravatar Gareth Coles2018-06-13-144/+218
|
* Compile as much JS with Gulp as possibleGravatar Gareth Coles2018-06-13-62/+12
| | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome
* Update GitLab URLGravatar Gareth Coles2018-06-12-4/+4
|
* [Jams] User ID and avatar on approvals pageGravatar Gareth Coles2018-06-12-28/+34
|
* [Jams] Approvals interfaceGravatar Gareth Coles2018-06-12-2/+162
|
* Grab user avatars in bot API callGravatar Gareth Coles2018-06-07-1/+8
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-30/+36
|
* Fix privacy tableGravatar Gareth Coles2018-06-06-2/+2
|
* [GDPR] Fix omission RE code jam system infoGravatar Gareth Coles2018-06-05-0/+14
| | | | Full text: Rectified an omission in the old privacy policy, where the system information you provide as part of a code jam signup wasn't mentioned.
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-06-05-84/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss
* [Wiki] Fix actions not showing in some desirable casesGravatar Gareth Coles2018-06-03-1/+1
|
* [Wiki] Prefer horizontal whitespace over vertical (#85)Gravatar neonsea2018-06-02-5/+7
| | | | | | | | | | | | | | * [Wiki] Prefer horizontal whitespace over vertical This should fix the issue with the long vertical bar of whitespace under the menu toggle button on mobile, whilst also not breaking centering of content. * [Wiki] Prefer horizontal whitespace over vertical This removes the vertical bar of whitespace under the menu toggle button in favor of a horizontal line on mobile. * Fix indentation error
* [Wiki] Fix a CSS dumbGravatar Gareth Coles2018-06-02-2/+2
|
* [Wiki] Codeblocks should no longer be way too wide on mobileGravatar Gareth Coles2018-06-02-1/+1
|
* Allow nav dropdown vertical scrollingGravatar Gareth Coles2018-06-02-1/+1
|
* Attempt to fix dropdown positioningGravatar Gareth Coles2018-06-02-1/+1
|
* [Wiki] Attempt to fix width issues on mobileGravatar Gareth Coles2018-06-02-1/+1
|
* [Wiki] Attempt to fix page views on mobileGravatar Gareth Coles2018-06-02-1/+5
|
* [Wiki] Fix UX bug relating to current article headersGravatar Gareth Coles2018-06-02-1/+1
|
* [Wiki] UX improvements for sidebarGravatar Gareth Coles2018-06-02-2/+7
|
* Update privacy policy and related migrationsGravatar Gareth Coles2018-05-31-48/+17
| | | | | * Don't collect DOB anymore, and remove it from database * Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like
* Add FAQ about LPTHWGravatar Gareth Coles2018-05-30-0/+23
|
* [FAQ] Address Nix's inputGravatar Gareth Coles2018-05-29-3/+4
|
* WS objects now keep track of their connectionsGravatar Gareth Coles2018-05-29-1/+0
|
* Address input given in contrib channel, and add FAQGravatar Gareth Coles2018-05-29-3/+236
|
* Revision of the rules, and a channels pageGravatar Gareth Coles2018-05-22-8/+15
|
* Revision of the rules, and a channels pageGravatar Gareth Coles2018-05-22-44/+283
|
* UIKit is pushy.Gravatar Gareth Coles2018-05-21-2/+2
|
* [Jams] Fix up textarea formattingGravatar Gareth Coles2018-05-21-2/+2
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-94/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting
* [Jams] Redirect user back to form from profile pageGravatar Gareth Coles2018-05-20-1/+5
|
* [Jams] Fix infraction table display when user is not on serverGravatar Gareth Coles2018-05-19-1/+1
|
* [Jams] Form inputs should be a flex columnGravatar Gareth Coles2018-05-19-1/+1
|
* [Jams] Update edit state availabilityGravatar Gareth Coles2018-05-19-6/+6
|
* Don't escape form preambleGravatar Gareth Coles2018-05-19-1/+1
|
* Form preamble, jam creation fixesGravatar Gareth Coles2018-05-19-0/+153
|
* [Jams] Basics may now be edited at any pointGravatar Gareth Coles2018-05-19-16/+9
|
* Fix various page titlesGravatar Gareth Coles2018-05-19-16/+15
|
* Update nav/privacy policyGravatar Gareth Coles2018-05-19-2/+18
|
* Jammer profilesGravatar Gareth Coles2018-05-19-1/+106
|
* Fix infractions setupGravatar Gareth Coles2018-05-19-7/+9
|
* [Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles2018-05-19-22/+453
|
* [Jams] Some amount of public display, but links not ready yetGravatar Gareth Coles2018-05-19-54/+72
|
* Logical block organisationGravatar Gareth Coles2018-05-19-4/+4
|
* Add "preparing" stateGravatar Gareth Coles2018-05-19-2/+14
|
* [Jams] Linting and infractionsGravatar Gareth Coles2018-05-19-1/+331
|
* Fix some small question-editing bugsGravatar Gareth Coles2018-05-19-3/+3
|
* [Jams] Complete question listing/editing/etcGravatar Gareth Coles2018-05-19-0/+1711
|
* [Jams] Add non-task info text to be displayed at jam announcementGravatar Gareth Coles2018-05-19-35/+165
|
* [Jams] A bunch more work. That's all for tonight, though.Gravatar Gareth Coles2018-05-18-2/+6
|