aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Collapse)AuthorAgeFilesLines
* editor-specific annotation viewBryan Newbold2019-04-034-3/+47
|
* small UI tweaks for editgroups/accountBryan Newbold2019-04-038-21/+49
|
* markdown rendering of comments/annotationsBryan Newbold2019-04-032-1/+11
|
* basic annotation view/createBryan Newbold2019-04-032-12/+90
|
* strftime() in a bunch of placesBryan Newbold2019-04-038-26/+9
|
* reviewable view; improvments to editgroup viewsBryan Newbold2019-04-036-12/+50
|
* editgroup submit/mergeBryan Newbold2019-04-033-7/+113
|
* fix config file whitespaceBryan Newbold2019-04-031-0/+1
|
* tweak account page copyBryan Newbold2019-04-031-3/+3
|
* better CSRF handling; restyle account pageBryan Newbold2019-04-034-5/+43
|
* better warn/error loggingBryan Newbold2019-04-032-6/+6
|
* handle local/dev env config betterBryan Newbold2019-04-031-5/+6
|
* file editing templatesBryan Newbold2019-04-022-125/+147
|
* editgroup_dropdown() macro refactorBryan Newbold2019-04-023-34/+23
|
* file basic editing; several cleanupsBryan Newbold2019-04-023-77/+159
| | | | | | - use logging when appropriate - refactor out editgroup form fetching code - handle "editgroup doesn't exist" error (and display)
* refactor release+container editing routesBryan Newbold2019-04-021-64/+58
|
* fix CSRF for WTF formsBryan Newbold2019-04-022-13/+9
|
* release edit contextBryan Newbold2019-04-023-1/+239
|
* basic container create/edit formsBryan Newbold2019-04-024-179/+285
|
* 'Create' links on homepage (not prod)Bryan Newbold2019-04-021-1/+2
|
* fix wikidata_qid-exclusive formattingBryan Newbold2019-04-021-1/+2
|
* refactor editing routes into separate fileBryan Newbold2019-04-023-166/+171
|
* fix webface changelog; health.json is a pseudo-APIBryan Newbold2019-04-021-6/+7
|
* add necessary CSRF invocation to entrypointBryan Newbold2019-04-011-0/+3
|
* basic release editingBryan Newbold2019-04-015-263/+345
|
* allow HTML in flash messages (dangerous)Bryan Newbold2019-04-011-1/+1
| | | | | This change means we need to be careful constructing flash messages (not allow user input in them).
* basic working release creationBryan Newbold2019-04-013-40/+164
|
* major progress on release create formBryan Newbold2019-03-214-196/+281
|
* add example dataset to homeBryan Newbold2019-03-191-1/+4
| | | | Also fixes an HTML table bug the previous commit introduced
* improve url/table rendering for dweb URLsBryan Newbold2019-03-192-2/+6
|
* make wayback archive_urls workBryan Newbold2019-03-191-1/+1
|
* if no fulltext file, try webcaptureBryan Newbold2019-03-191-0/+2
|
* bugfix in release infoboxBryan Newbold2019-03-191-1/+1
|
* add webcaptures and filesets to prod homepageBryan Newbold2019-03-191-4/+13
|
* localhost JSON links fro dev.fatcat.wikiBryan Newbold2019-03-191-1/+1
| | | | | Might be better/simpler to set up DNS A records on 'dev.fatcat.wiki', but that would require some hack to make offline dev work correctly.
* hot pink side-bar for WIP entitiesBryan Newbold2019-03-191-0/+8
|
* expose bibtex and citeproc; revert /unstable/ prefixesBryan Newbold2019-03-182-4/+33
|
* some API-like routes are unstableBryan Newbold2019-03-182-17/+20
|
* remove leftover debug print statementBryan Newbold2019-03-111-1/+1
|
* clean up HTML whitespaceBryan Newbold2019-03-073-7/+25
|
* webface: fix abstracts, descriptionBryan Newbold2019-03-071-5/+6
|
* webface: more validator fixes, including microdata bump to document-wideBryan Newbold2019-03-072-11/+10
|
* webface: w3c validator fixesBryan Newbold2019-03-079-43/+43
|
* webface: ScholarlyArticle microdata for all release pagesBryan Newbold2019-03-071-26/+34
|
* webface: structure meta tags for release pagesBryan Newbold2019-03-071-0/+67
|
* webface: microdata for searchboxBryan Newbold2019-03-072-4/+11
|
* webface: loud QA/DEV indicatorsBryan Newbold2019-03-061-2/+22
|
* smaller release statusBryan Newbold2019-03-041-2/+3
|
* bugfix search author resultsBryan Newbold2019-03-041-2/+2
|
* fix release/author breakage when index isn't setBryan Newbold2019-03-041-1/+1
|