aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
* remove the add others button for now - after some research it turned out not ↵Mario Vavti2016-05-251-4/+0
| | | | beeing so useful
* provide an acl select option for only meMario Vavti2016-05-191-13/+51
|
* instead of radio buttons use select to choose between public and restricted ↵Mario Vavti2016-05-131-42/+57
| | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
* Refine permissions dialog UITreer2016-05-041-6/+31
|
* tweak dl bbcode in expanded autocomplete a bit moreMario Vavti2016-05-011-3/+4
|
* tweak dl bbcode in expanded autocompleteTreer2016-05-011-6/+9
|
* Merge pull request #362 from Treer/fontawesomeredmatrix2016-05-017-68/+68
|\ | | | | Update Font-Awesome to 4.6.1
| * update icon names in view/jsTreer2016-05-017-68/+68
| |
* | add dl bbcode to the expanded autocompleteMario Vavti2016-04-301-2/+2
| |
* | Merge pull request #361 from Treer/bbcodegit-marijus2016-04-301-1/+1
|\ \ | |/ |/| Add definition lists to bbcode
| * Add definition lists to bbcodeTreer2016-04-301-1/+1
| |
* | get rid of the unused ispublic variableMario Vavti2016-04-293-11/+1
| |
* | some work on making mod editpost use status_editor() - if you find anything ↵Mario Vavti2016-04-291-1/+1
|/ | | | related to jot broken please revert this commit
* move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ↵Mario Vavti2016-04-261-1/+1
| | | | add open tag to bbco_autocomplete
* simplify context help js and move it to main.js where all the nav related js ↵Mario Vavti2016-04-231-0/+26
| | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
* Merge branch 'master' into devredmatrix2016-04-201-2/+6
|\
| * Use stopImmidiatePropagation() only if we are in a list to not interfere ↵Mario Vavti2016-04-201-2/+6
| | | | | | | | with other keypress listeners (e.g. chat).
* | module updatesredmatrix2016-04-181-5/+5
|/
* improve bbco autocomplete to not execute listNewLineAutocomplete() many ↵Mario Vavti2016-04-121-2/+3
| | | | times after many ajax page reloads
* issue #331 use timeago.js for reshared publish date instead of ↵redmatrix2016-04-101-0/+7
| | | | relative_date() which does not play well with other networks.
* some work on comanche autocompleteMario Vavti2016-04-091-1/+8
|
* enable bbcode autocomplete for other placesMario Vavti2016-04-095-2/+8
|
* translate the most common bbcodes to their *real name*. finally we should ↵Mario Vavti2016-04-071-1/+13
| | | | probably use an array for each bbcode containing the bbcode the real name and possibly a template for use as a peview in the dropdown
* some more autocompletion for bbcode tables - leave it open if we wanna use ↵Mario Vavti2016-04-071-0/+3
| | | | th or td though
* move li back in the list since it will be used far less than listMario Vavti2016-04-071-1/+1
|
* automate bbcode list creation even furtherMario Vavti2016-04-071-0/+57
|
* adjust the regex to also work with asteriks and use the simpler syntax for listsMario Vavti2016-04-061-6/+7
|
* Improve (un)ordered list autocompletion for list constructionAndrew Manning2016-04-051-1/+5
|
* fix contextual helpMario Vavti2016-04-051-1/+1
|
* expand list of bbcode in autocompleteMario Vavti2016-04-051-3/+6
|
* a simple autocomplete for bbcode or comanche - partly implementedMario Vavti2016-04-042-0/+42
|
* move fullscreen js code to redbasic.js where it belongs toMario Vavti2016-04-011-15/+0
|
* slightly change the way fullscreen works and bring it to mod mailMario Vavti2016-04-011-4/+6
|
* make fullscreen mode available for other modules and some cleanupMario Vavti2016-03-311-0/+13
|
* some work on mod chatMario Vavti2016-03-301-1/+1
|
* an attempt to visualize the supremacy of dont show over show in the acl selectorMario Vavti2016-03-201-4/+9
|
* make >>indicate group members<< in acl selector work again on group > show ↵Mario Vavti2016-03-201-5/+6
| | | | or group > dont show is selected
* some work on mod/registerMario Vavti2016-02-222-28/+40
|
* pimp up mod new_channelMario Vavti2016-02-191-6/+7
|
* make always preload images before rendering the page a display settingMario Vavti2016-02-171-6/+5
|
* more refinement on collapsingMario Vavti2016-02-171-2/+6
|
* Thats probably better but there are still edge cases...Mario Vavti2016-02-161-2/+2
|
* typoMario Vavti2016-02-161-1/+1
|
* content -> viewportMario Vavti2016-02-161-1/+1
|
* only prefetch images on update_mode updateMario Vavti2016-02-161-29/+54
|
* since we preload images now we also can collapse and calculate posts above ↵Mario Vavti2016-02-161-25/+43
| | | | the viewport
* clean up some unused stuff and start loading content a bit earlierMario Vavti2016-02-151-25/+2
|
* tryout: introduce loading of images before rendering content and provide ↵Mario Vavti2016-02-121-3/+18
| | | | some detailed logging in js-console
* avoid collapsing only above the viewportMario Vavti2016-02-081-2/+2
|
* change aside width to reflect recent widget style changesMario Vavti2016-02-021-1/+4
|