Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify context help js and move it to main.js where all the nav related js ↵ | Mario Vavti | 2016-04-23 | 1 | -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 dev | redmatrix | 2016-04-20 | 1 | -2/+6 |
|\ | |||||
| * | Use stopImmidiatePropagation() only if we are in a list to not interfere ↵ | Mario Vavti | 2016-04-20 | 1 | -2/+6 |
| | | | | | | | | with other keypress listeners (e.g. chat). | ||||
* | | module updates | redmatrix | 2016-04-18 | 1 | -5/+5 |
|/ | |||||
* | improve bbco autocomplete to not execute listNewLineAutocomplete() many ↵ | Mario Vavti | 2016-04-12 | 1 | -2/+3 |
| | | | | times after many ajax page reloads | ||||
* | issue #331 use timeago.js for reshared publish date instead of ↵ | redmatrix | 2016-04-10 | 1 | -0/+7 |
| | | | | relative_date() which does not play well with other networks. | ||||
* | 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 ↵ | Mario Vavti | 2016-04-07 | 1 | -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 Vavti | 2016-04-07 | 1 | -0/+3 |
| | | | | th or td though | ||||
* | 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 ↵ | Mario Vavti | 2016-03-20 | 1 | -5/+6 |
| | | | | or group > dont show is selected | ||||
* | 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 ↵ | Mario Vavti | 2016-02-16 | 1 | -25/+43 |
| | | | | the viewport | ||||
* | 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 ↵ | Mario Vavti | 2016-02-12 | 1 | -3/+18 |
| | | | | some detailed logging in js-console | ||||
* | 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 |
| | |||||
* | fix a slight regression | Mario Vavti | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | do not make a difference if there are images or not for now | Mario Vavti | 2016-01-30 | 1 | -3/+3 |
| | |||||
* | more on collapsing | Mario Vavti | 2016-01-30 | 1 | -53/+20 |
| | |||||
* | it is not perfect but it still may ease the collapsing of items above the ↵ | Mario Vavti | 2016-01-30 | 1 | -3/+47 |
| | | | | viewport a little... | ||||
* | provide some info about our contacts - status (archived, hidden, etc.), ↵ | Mario Vavti | 2016-01-14 | 2 | -4/+5 |
| | | | | public forum (like in directory) and show since when we are connected | ||||
* | more work on auto channel creation during register | redmatrix | 2016-01-13 | 1 | -0/+21 |
| | |||||
* | some minor cleanup - change the default of the discover tab (public stream ↵ | redmatrix | 2015-12-10 | 1 | -5/+5 |
| | | | | access) | ||||
* | mod_mitem.js is obsolete | Mario Vavti | 2015-12-07 | 1 | -17/+0 |
| | |||||
* | some style.css janitor work | Mario Vavti | 2015-12-07 | 1 | -6/+1 |
| | |||||
* | make justify gallery work with more than one albums per page (eg album widget) | Mario Vavti | 2015-12-07 | 1 | -4/+4 |
| | |||||
* | removed block style on dropdown contact name and details, added ↵ | redmatrix | 2015-11-25 | 1 | -1/+1 |
| | | | | dropdown-menu-img-sm on nav search dropdown; as many dropdowns were unuseable | ||||
* | some event heavy lifting - please test and report issues | Mario Vavti | 2015-11-24 | 1 | -26/+8 |
| | |||||
* | issue #185 - prevent liveUpdate from updating while the built-in html5 media ↵ | redmatrix | 2015-11-23 | 1 | -1/+20 |
| | | | | player is "active". This will not have any affect on flash or other media players, and could potentially get confused if you have more than one media player actively playing at any given time. | ||||
* | fix admin plugin hooks | redmatrix | 2015-11-17 | 1 | -2/+2 |
| |