| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the add others button for now - after some research it turned out not ... | Mario Vavti | 2016-05-25 | 1 | -4/+0 |
* | provide an acl select option for only me | Mario Vavti | 2016-05-19 | 1 | -13/+51 |
* | instead of radio buttons use select to choose between public and restricted a... | Mario Vavti | 2016-05-13 | 1 | -42/+57 |
* | Refine permissions dialog UI | Treer | 2016-05-04 | 1 | -6/+31 |
* | tweak dl bbcode in expanded autocomplete a bit more | Mario Vavti | 2016-05-01 | 1 | -3/+4 |
* | tweak dl bbcode in expanded autocomplete | Treer | 2016-05-01 | 1 | -6/+9 |
* | Merge pull request #362 from Treer/fontawesome | redmatrix | 2016-05-01 | 7 | -68/+68 |
|\ |
|
| * | update icon names in view/js | Treer | 2016-05-01 | 7 | -68/+68 |
* | | add dl bbcode to the expanded autocomplete | Mario Vavti | 2016-04-30 | 1 | -2/+2 |
* | | Merge pull request #361 from Treer/bbcode | git-marijus | 2016-04-30 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add definition lists to bbcode | Treer | 2016-04-30 | 1 | -1/+1 |
* | | get rid of the unused ispublic variable | Mario Vavti | 2016-04-29 | 3 | -11/+1 |
* | | some work on making mod editpost use status_editor() - if you find anything r... | Mario Vavti | 2016-04-29 | 1 | -1/+1 |
|/ |
|
* | move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ... | Mario Vavti | 2016-04-26 | 1 | -1/+1 |
* | simplify context help js and move it to main.js where all the nav related js ... | Mario Vavti | 2016-04-23 | 1 | -0/+26 |
* | Merge branch 'master' into dev | redmatrix | 2016-04-20 | 1 | -2/+6 |
|\ |
|
| * | Use stopImmidiatePropagation() only if we are in a list to not interfere with... | Mario Vavti | 2016-04-20 | 1 | -2/+6 |
* | | module updates | redmatrix | 2016-04-18 | 1 | -5/+5 |
|/ |
|
* | improve bbco autocomplete to not execute listNewLineAutocomplete() many times... | Mario Vavti | 2016-04-12 | 1 | -2/+3 |
* | issue #331 use timeago.js for reshared publish date instead of relative_date(... | redmatrix | 2016-04-10 | 1 | -0/+7 |
* | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 1 | -1/+8 |
* | enable bbcode autocomplete for other places | Mario Vavti | 2016-04-09 | 5 | -2/+8 |
* | translate the most common bbcodes to their *real name*. finally we should pro... | Mario Vavti | 2016-04-07 | 1 | -1/+13 |
* | some more autocompletion for bbcode tables - leave it open if we wanna use th... | Mario Vavti | 2016-04-07 | 1 | -0/+3 |
* | move li back in the list since it will be used far less than list | Mario Vavti | 2016-04-07 | 1 | -1/+1 |
* | automate bbcode list creation even further | Mario Vavti | 2016-04-07 | 1 | -0/+57 |
* | adjust the regex to also work with asteriks and use the simpler syntax for lists | Mario Vavti | 2016-04-06 | 1 | -6/+7 |
* | Improve (un)ordered list autocompletion for list construction | Andrew Manning | 2016-04-05 | 1 | -1/+5 |
* | fix contextual help | Mario Vavti | 2016-04-05 | 1 | -1/+1 |
* | expand list of bbcode in autocomplete | Mario Vavti | 2016-04-05 | 1 | -3/+6 |
* | a simple autocomplete for bbcode or comanche - partly implemented | Mario Vavti | 2016-04-04 | 2 | -0/+42 |
* | move fullscreen js code to redbasic.js where it belongs to | Mario Vavti | 2016-04-01 | 1 | -15/+0 |
* | slightly change the way fullscreen works and bring it to mod mail | Mario Vavti | 2016-04-01 | 1 | -4/+6 |
* | make fullscreen mode available for other modules and some cleanup | Mario Vavti | 2016-03-31 | 1 | -0/+13 |
* | some work on mod chat | Mario Vavti | 2016-03-30 | 1 | -1/+1 |
* | an attempt to visualize the supremacy of dont show over show in the acl selector | Mario Vavti | 2016-03-20 | 1 | -4/+9 |
* | make >>indicate group members<< in acl selector work again on group > show or... | Mario Vavti | 2016-03-20 | 1 | -5/+6 |
* | some work on mod/register | Mario Vavti | 2016-02-22 | 2 | -28/+40 |
* | pimp up mod new_channel | Mario Vavti | 2016-02-19 | 1 | -6/+7 |
* | make always preload images before rendering the page a display setting | Mario Vavti | 2016-02-17 | 1 | -6/+5 |
* | more refinement on collapsing | Mario Vavti | 2016-02-17 | 1 | -2/+6 |
* | Thats probably better but there are still edge cases... | Mario Vavti | 2016-02-16 | 1 | -2/+2 |
* | typo | Mario Vavti | 2016-02-16 | 1 | -1/+1 |
* | content -> viewport | Mario Vavti | 2016-02-16 | 1 | -1/+1 |
* | only prefetch images on update_mode update | Mario Vavti | 2016-02-16 | 1 | -29/+54 |
* | since we preload images now we also can collapse and calculate posts above th... | Mario Vavti | 2016-02-16 | 1 | -25/+43 |
* | clean up some unused stuff and start loading content a bit earlier | Mario Vavti | 2016-02-15 | 1 | -25/+2 |
* | tryout: introduce loading of images before rendering content and provide some... | Mario Vavti | 2016-02-12 | 1 | -3/+18 |
* | avoid collapsing only above the viewport | Mario Vavti | 2016-02-08 | 1 | -2/+2 |
* | change aside width to reflect recent widget style changes | Mario Vavti | 2016-02-02 | 1 | -1/+4 |