Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adding a pygments CSS for syntax highlighting. | 2019-09-15 | -0/+1 | |
| | | | | | | | | This adds the Monokai, Friendly, and Darcula themes to this repo. It leaves Darcula as the active theme. This can very easily be changed later on by altering wiki/base.html Resolves #243. | |||
* | Changing LogView to DetailView, as per Volcy's review | 2019-08-24 | -3/+3 | |
| | ||||
* | Fixing inconsistent indentation style in logs template and logs css | 2019-08-23 | -66/+67 | |
| | ||||
* | Making the deleted-messages-frontend functional with changes, including: | 2019-08-23 | -1/+75 | |
| | | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order. | |||
* | Adding message display to frontend | 2019-08-23 | -9/+16 | |
| | ||||
* | Adding initial staff app to Django | 2019-08-23 | -0/+15 | |
| | ||||
* | Adding a tools page to the More menu | 2019-07-10 | -1/+4 | |
| | ||||
* | Let's only work if there are trailing slashes | 2019-07-06 | -5/+5 | |
| | ||||
* | adding hrefs to the more links | 2019-07-06 | -5/+5 | |
| | ||||
* | fixing floating button on root article page | 2019-07-06 | -4/+0 | |
| | ||||
* | Fixing the titles properly | 2019-07-06 | -1/+1 | |
| | ||||
* | fixing the embed titles - no newlines or indents please | 2019-07-05 | -3/+1 | |
| | ||||
* | Changing to new FontAwesome kit | 2019-07-03 | -5/+1 | |
| | ||||
* | Remove unneeded sites.py and move navbar CSS to base.css | 2019-04-20 | -1/+0 | |
| | ||||
* | Styling fixes and cleanup | 2019-04-20 | -13/+3 | |
| | ||||
* | base.html: Load tags on multiple lines | 2019-04-20 | -2/+6 | |
| | ||||
* | Merge branch 'django' into django+200/wiki | 2019-04-20 | -86/+144 | |
|\ | | | | | | | | | | | | | | | | | | | # Conflicts: # Pipfile # Pipfile.lock # pydis_site/apps/home/tests/test_app_basics.py # pydis_site/apps/home/urls.py # pydis_site/hosts.py # pydis_site/settings.py | |||
| * | Adding a Discord menu item to the hamburger, and upping test coverage back ↵ | 2019-04-20 | -1/+8 | |
| | | | | | | | | to 100% | |||
| * | Addressing volcyys third review. | 2019-04-20 | -1/+1 | |
| | | ||||
| * | Addressing all comments in volcyy's second review. The tests now mock the ↵ | 2019-04-19 | -9/+9 | |
| | | | | | | | | API calls so we don't have to actually call the API every time we run tests. | |||
| * | Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵ | 2019-04-18 | -13/+16 | |
| | | | | | | | | the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger. | |||
| * | The GitHub API stuff is done now, including data caching. Just a couple of ↵ | 2019-04-17 | -99/+30 | |
| | | | | | | | | minor bugfixes left before this is PR-ready. | |||
| * | Added hrefs for the cards | 2019-04-13 | -6/+6 | |
| | | ||||
| * | Responsive video container not quite working the way it should. | 2019-04-12 | -47/+74 | |
| | | ||||
| * | Slight improvements to the who are we text | 2019-04-12 | -8/+17 | |
| | | ||||
| * | Better JetBrains sponsor logo, fixed a bug with responsive video containers, ↵ | 2019-04-12 | -7/+82 | |
| | | | | | | | | set up some placeholder cards for projects on the landing page. | |||
| * | responsive video container | 2019-04-12 | -1/+1 | |
| | | ||||
| * | Implemented a sticky footer system | 2019-04-12 | -5/+8 | |
| | | ||||
| * | New landing page. Not quite done yet. This probably should've been more than ↵ | 2019-04-11 | -69/+72 | |
| | | | | | | | | one commit. | |||
* | | Address reviews | 2019-04-20 | -488/+321 | |
| | | ||||
* | | Char input has placeholder, finish dir listing | 2019-04-19 | -33/+49 | |
| | | ||||
* | | Continued cleanup | 2019-04-19 | -7/+10 | |
| | | ||||
* | | Move JS into files | 2019-04-19 | -184/+25 | |
| | | ||||
* | | Initial template cleanup | 2019-04-19 | -178/+14 | |
| | | ||||
* | | Finish history view page | 2019-04-19 | -144/+112 | |
| | | ||||
* | | Add paginators at the top of paginated sections | 2019-04-19 | -43/+49 | |
| | | ||||
* | | Wiki pagination is special-cased, so we basically have one option for it | 2019-04-19 | -193/+142 | |
| | | ||||
* | | Big pagination changes because the wiki is stupid | 2019-04-19 | -21/+24 | |
| | | ||||
* | | Searching and pagination | 2019-04-18 | -56/+113 | |
| | | ||||
* | | Source page | 2019-04-18 | -23/+8 | |
| | | ||||
* | | Article deleted/Deleted list pages | 2019-04-18 | -68/+87 | |
| | | ||||
* | | Delete/Error/Move/Permission Denied pages | 2019-04-18 | -132/+184 | |
| | | ||||
* | | Prevent accidental submission of link plugin form | 2019-04-18 | -0/+3 | |
| | | ||||
* | | Links plugin is.. functional.. | 2019-04-18 | -25/+49 | |
| | | ||||
* | | Images plugin is complete. | 2019-04-18 | -28/+38 | |
| | | ||||
* | | Lots of work on the images management page | 2019-04-17 | -89/+132 | |
| | | ||||
* | | Fix up image replacement page | 2019-04-17 | -38/+45 | |
| | | ||||
* | | Correct image rendering in wiki articles | 2019-04-17 | -13/+16 | |
| | | ||||
* | | Image sidebar is finally complete | 2019-04-17 | -145/+218 | |
| | | ||||
* | | Accessibility and images sidebar | 2019-04-17 | -36/+43 | |
| | |