| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-04-16 | Adding some trace logging to the table init to figure out what's going wrong. | -0/+9 | ||
| 2018-04-15 | Fixed the weird navbar sizing | -0/+5 | ||
| Increased the navbar image max-width to 110% | ||||
| 2018-04-15 | Initial data for tables and refactoring the dev-mode database handling to be ↵ | -21/+1373 | ||
| similar to prod-mode. (#53) * Changed the dev-mode logic to be the same as prod for creating new tables if they don't exist. Also added a new feature where a table can be initialized with data if you create a JSON file in the pysite/database/table_init/ folder and fill it with a list of dicts where each dict represents a row in your table. Included a hiphoppers json so that I can actually test if it works in production. It will only init the table if the table is empty. * Not sure if this will solve it, but I think so. * Renamed the tables and primary keys, and alphabetized the dict. Now complies with the gdudes holy wishes. | ||||
| 2018-04-14 | Added an About category with Partners view (#1pv7h) (#50) | -18/+164 | ||
| * Added Partners view, and Navbar item * Moved info/rules to about/rules and fixed references * Added Partner images, and populated the partners page * Fixed responsiveness on smaller displays Added like 2 characters to the column tag, to enable stacking of columns if the display width is lower than 960 pixels. * Fixed indentation * Updated Code Monkeys Banner Added the shiny new CM Banner, and rearranged the partner cards. * Fixed newlines at end of HTML files * Partners page updated to generate from JSON file • The templates/main/about/partners.html file now uses the static/partners.json file to generate the Partner cards. • Flexboxes are nice. * Rearranged containers on Partners page I have no idea how flexboxes work :DDD * Updated Partners page to fix styling issues * Moved tag styling to the appropriate CSS file * Changed code style of stylesheet :D * Addresses Lemon's code style issues • Partner cards now have id="partner-card", which is selected with a CSS selector for styling, rather than styling all card objects. • Removed nonbreaking spaces that PyCharm didn't tell me about • Indented conditional HTML content to match Jinja conditionals • Fixed unclosed image tag * Removed div bloating, and increased specifity of CSS selection | ||||
| 2018-04-13 | [Wiki] Fix wiki page interpreted text role | -17/+11 | ||
| Page slugs may contain slashes after all | ||||
| 2018-04-13 | Small styling fix for RST lists | -0/+8 | ||
| 2018-04-12 | oops, what are you doing here? | -1/+1 | ||
| 2018-04-12 | [Wiki] Fix contents shown on pages with no headers | -1/+1 | ||
| 2018-04-12 | [Wiki] Fix pages being wiped when saved without edits | -1/+13 | ||
| 2018-04-12 | [Wiki] TOC divider should be inside conditional | -1/+1 | ||
| 2018-04-12 | [Wiki] Lower initial header level to 3 | -1/+3 | ||
| 2018-04-12 | [Wiki] Some excellent shitcode for document TOCs | -5/+96 | ||
| 2018-04-12 | [Wiki] Fix dodgy staff edit redirect query param | -1/+1 | ||
| 2018-04-12 | [Wiki] Rearrange sidebar | -24/+24 | ||
| 2018-04-12 | [Wiki] Fix sidebar edit link | -1/+2 | ||
| 2018-04-12 | Add page source view to wiki | -6/+149 | ||
| 2018-04-11 | Update resources page with new icons and formatting. | -44/+179 | ||
| NOTE: This does change the JSON! | ||||
| 2018-04-10 | Fix unit tests | -2/+2 | ||
| 2018-04-10 | Snowflakes should be handled as strings | -10/+12 | ||
| 2018-04-10 | Allow contribs to edit wiki pages | -1/+2 | ||
| 2018-04-10 | oops, forgot to update the test | -3/+3 | ||
| 2018-04-10 | Moved all redirects into a folder and added one for github. | -3/+15 | ||
| 2018-04-10 | Whoops, Flake8 | -1/+1 | ||
| 2018-04-10 | Wiki page text role | -1/+38 | ||
| 2018-04-10 | padding should be on the nav, not the container. my bad. | -4/+3 | ||
| 2018-04-10 | Flash of Unstyled Content fix | -3/+63 | ||
| 2018-04-10 | [Wiki] Improve editor preview | -5/+11 | ||
| Also, Flake8. | ||||
| 2018-04-10 | [Wiki] Prevent page saving if there's an error | -1/+5 | ||
| 2018-04-10 | [Wiki] Add url_for text role | -1/+39 | ||
| 2018-04-10 | [Wiki] Add code highlighting | -1/+74 | ||
| 2018-04-09 | [Wiki] Blurple sidebar | -1/+1 | ||
| 2018-04-09 | Forces the sidebar and the rest of that container div to fill the page | -2/+2 | ||
| 2018-04-09 | Abstract rst away and add icon directive | -12/+68 | ||
| 2018-04-09 | [Wiki] Fix editor | -1/+1 | ||
| 2018-04-09 | Revert unnecessary change | -2/+2 | ||
| 2018-04-09 | Add font-awesome pro, and default to port 80 | -4/+4 | ||
| 2018-04-09 | Update CONTRIBUTING.md | -1/+2 | ||