87 Commits

Author SHA1 Message Date
theopolisme
7e9538848f Offer AFCH.consts.mockItUp for mocking requests, useful for development 2014-03-05 01:07:52 -06:00
theopolisme
be2da65d1e Better logging of objects 2014-03-05 01:06:31 -06:00
theopolisme
0b5a29c1d5 space after header 2014-03-04 00:08:27 -06:00
theopolisme
c061fc920e When showing the warnings div, use slideDown() 2014-03-03 23:15:16 -06:00
theopolisme
7ec4d61210 use a post request to avoid long urls dying with a 414 error 2014-03-03 23:14:22 -06:00
theopolisme
9a35291cb5 Show an error for create-protected titles 2014-03-03 16:13:05 -06:00
theopolisme
1b32ad02fb +fixme 2014-03-03 16:06:13 -06:00
theopolisme
af4d95d7c2 blank/csd: improvements based on available functionality, fix typo, support cv 2014-03-03 16:05:58 -06:00
theopolisme
3bb5cf4fe2 comment: generalize signature addition 2014-03-03 16:05:08 -06:00
theopolisme
166df1f08e makeLinkElementToPage: support displayTitles, open in new tab 2014-03-03 16:04:28 -06:00
theopolisme
391eaeb79d +jQueryToHtml for converting to raw html 2014-03-03 16:03:40 -06:00
theopolisme
e0450f95ab Add warnings for bad references and previously deleted pages to submissions main view
This commit also adds new functions convertWikilinksToHTML() and
relativeTimeSince() to core.
2014-03-03 01:13:00 -06:00
theopolisme
5f31a3d745 +CSD and blanking in decline; +logCSD in core 2014-03-03 01:03:37 -06:00
theopolisme
6519f1782b FIXME completed; make comments make sense 2014-03-03 01:02:21 -06:00
theopolisme
ff5fec7aba generalize <a> link to page generation 2014-03-03 01:01:05 -06:00
theopolisme
f83eb10496 Fix positioning and centering of initial header 2014-03-03 00:59:33 -06:00
theopolisme
d0e1ae9a27 v0.2 2014-02-27 19:44:52 -06:00
theopolisme
5484158e5c Add title validity check and bump to version 0.2 2014-02-27 19:27:53 -06:00
theopolisme
74b6b2027a Reorder options, random fixes 2014-02-27 19:27:01 -06:00
theopolisme
3b2d7d9a5d IMPLEMENT "ACCEPT"
Add design, html, and javascript for accept (wikiprojects, assessment,
biography details, and more!). Add supporting functions
AFCH.actions.movePage(), AFCH.Page.getTalkPage() to core.
2014-02-26 21:46:31 -06:00
theopolisme
29d0d0abfa Add isOrphan (currently unused, but we'll see...) as well as jquery.spinner dependency 2014-02-26 21:44:25 -06:00
theopolisme
c57cac2868 Add reload link; center menus; remove custom "done" text option due to potential error handling headaches 2014-02-26 21:43:49 -06:00
theopolisme
2ce77e9ff5 Show a spinner while loading individual panels 2014-02-26 21:41:41 -06:00
theopolisme
5d588b9923 Die if reviewing a nonexistent page 2014-02-26 21:40:44 -06:00
theopolisme
c856667023 AFCH.Text improvements (more cleanup replacements as well as better newline removal) 2014-02-26 21:40:31 -06:00
theopolisme
d9fb9b4ee4 spacing 2014-02-26 21:39:37 -06:00
theopolisme
ba8490a079 Include version in feedback 2014-02-26 21:38:32 -06:00
theopolisme
fa355c16aa Enable for Draft namespace; simplify into load() and setup() functions rather than beforeLoad/load/afterLoad silliness 2014-02-26 21:37:17 -06:00
theopolisme
66823ebd5b Tweaks, code style, clearer apis, various fixes 2014-02-26 21:35:40 -06:00
theopolisme
826ac1a4e1 o_O NOW YOU CAN DECLINE SUBMISSIONS o_O
jquery.chosen for a slick menu, lots of options, custom rationales, and
so much more. YAY!
2014-02-22 18:21:08 -06:00
theopolisme
a80fd80684 fixes 2014-02-22 18:19:25 -06:00
theopolisme
f10132d860 submit: allow selecting different submitters; various fixes for messages 2014-02-22 18:18:33 -06:00
theopolisme
9955c02d64 loadView: support callback functions for when view has been loaded 2014-02-22 18:17:39 -06:00
theopolisme
3ce77da282 AFCH.Submission.makeWikicode(): sexy positional parameters 2014-02-22 18:16:45 -06:00
theopolisme
4efadbe260 AFCH.Text: +removeExcessNewslines(), other improvments 2014-02-22 18:15:32 -06:00
theopolisme
1e6dce4a63 AFCH.Submission: +resetVariables(); sortAndParseInternalData() improvements; setStatus(): update timestamps, don't overwrite declines; addNewTemplate(): deep extend, include ns parameter; addNewComment: no default type conversion which messes up the falsiness 2014-02-22 18:14:28 -06:00
theopolisme
4d42a6f845 add code and design for submit functionality 2014-02-22 18:10:50 -06:00
theopolisme
baa7686d5a add user constant; fixes in notifyUser(); return a number in parseTimestamp() 2014-02-22 18:08:00 -06:00
theopolisme
8b91bcf777 Add AFCH.Page.getCreator() used in getSubmitter() 2014-02-18 06:10:46 -06:00
theopolisme
84bd5def30 *poof* add functionality, etc 2014-02-17 15:47:32 -06:00
theopolisme
ada7417fb2 Add AFCH.Submission.getSubmitter(), which returns either u parameter or else the last editor...which probably isn't right, and we should use the FIRST editor instead, and I am just now realizing that as I type this commit summary... but ah well. 2014-02-17 15:46:25 -06:00
theopolisme
1ba80ca6ed submit, g13 skeletons 2014-02-17 15:44:58 -06:00
theopolisme
a8e0759353 addFormSubmitHandler(), prepareForProcessing(): provide data for handlers, set up status container, hide old content, disable submit button, show status in button 2014-02-17 15:44:27 -06:00
theopolisme
4a3855ab2a AFCH.Text for modeling the text of a submission
Various methods for getting, setting, cleaning up, etc
2014-02-17 15:42:47 -06:00
theopolisme
0fc1f5898e Add new parameters in setStatus() 2014-02-17 15:42:06 -06:00
theopolisme
7a9699cd1c AFCH.parseForTimestamp() for getting timestamp from a string 2014-02-17 15:41:20 -06:00
theopolisme
c0080eb147 Model comments in AFCH.Submission
Also fix structure to be more adaptable; add addNewComment() method
2014-02-17 15:40:59 -06:00
theopolisme
7fc89b6f4a AFCH.actions: rename, avoid ugly underscores, pass edittokens, convert to html before substitution 2014-02-17 15:38:02 -06:00
theopolisme
2195746a9a AFCH.Page: add edit(), getLastEditor() 2014-02-17 15:36:00 -06:00
theopolisme
d759c4f6a4 prevent bumping down the bottom of the header; fix stupidity 2014-02-17 15:34:54 -06:00