Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ratings - mopping up, most everything but directory sync implemented | friendica | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | rating form work | friendica | 2015-02-03 | 1 | -0/+9 |
| | |||||
* | small autocomplete fix adding space to the output | RedSwede | 2015-01-29 | 1 | -1/+1 |
| | | | | provides: the ability to press enter after pressing enter during the mention-js-popup (this second enter should behave as a normal one) FF35 | ||||
* | rework the new connection stuff so we don't need a "permissions have been ↵ | friendica | 2015-01-25 | 1 | -4/+4 |
| | | | | changed but not saved" message. | ||||
* | bring back nav-search spinner | marijus | 2015-01-21 | 1 | -5/+9 |
| | |||||
* | css fixes - hopefully | marijus | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | satisfy the floated images | marijus | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | as a workaround make nav-search dropdown behave a little better | marijus | 2015-01-20 | 1 | -4/+4 |
| | |||||
* | Merge pull request #870 from pafcu/autocomplete_fix | RedMatrix | 2015-01-20 | 1 | -1/+1 |
|\ | | | | | Fix autocomplete with groups | ||||
| * | Fix autocomplete with groups | Stefan Parviainen | 2015-01-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #868 from pafcu/autocomplete_fix | git-marijus | 2015-01-19 | 1 | -1/+1 |
|\| | | | | | Fix issue #865. | ||||
| * | Fix issue #865. | Stefan Parviainen | 2015-01-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed bbode element toc for webpages | Einer von Vielen | 2015-01-18 | 1 | -1/+1 |
|/ | | | | | | - At the moment webpages can contain empty headings if the textarea "Title" is left empty in the webpage creator (https://hostname/webpages/username) | ||||
* | Remove accidental logging | Stefan Parviainen | 2015-01-17 | 1 | -1/+0 |
| | |||||
* | Fix bug with groups and autocomplete | Stefan Parviainen | 2015-01-17 | 1 | -0/+2 |
| | |||||
* | Added a table of content as bbcode element [toc] for webpages | 2015-01-14 | 1 | -1/+1 | |
| | | | | | - Included jquery.toc.js (http://www.apache.org/licenses/LICENSE-2.0) - Modified jquery.toc.js to work with the webpages of the red#matrix - Added info to the help | ||||
* | Test | Einer von Vielen | 2015-01-13 | 1 | -0/+2 |
| | | | | ...with table of content. jquery.tableofconent.js works bunt not properly | ||||
* | Refactor mention code to make it more reusable | Stefan Parviainen | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | another attempt to explain default permissions on connedit page | friendica | 2015-01-11 | 1 | -10/+18 |
| | |||||
* | Fix saved searches on network page, fix caching mith multiple autocompleters | Stefan Parviainen | 2015-01-08 | 2 | -7/+14 |
| | |||||
* | Fix issue with case sensitive filtering in autocomplete, put autocomplete ↵ | Stefan Parviainen | 2015-01-08 | 1 | -9/+24 |
| | | | | dropdown on top of navbar, show entry to leave the text unchanged | ||||
* | Merge autocomplete caching, show more results in navbar search | Stefan Parviainen | 2015-01-07 | 2 | -8/+32 |
|\ | |||||
| * | also style the collapse link | marijus | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #826 from pafcu/cache_autocomplete | RedMatrix | 2015-01-07 | 1 | -0/+17 |
| |\ | | | | | | | Cache autocomplete results locally (the one in the editor) | ||||
| | * | Cache autocomplete results locally (the one in the editor) | Stefan Parviainen | 2015-01-06 | 1 | -0/+17 |
| | | | |||||
| * | | Merge branch 'mainjsoptimize' of git://github.com/pafcu/red into ↵ | friendica | 2015-01-06 | 1 | -6/+13 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | pafcu-mainjsoptimize Conflicts: view/js/main.js | ||||
| | * | | Don't update fuzzy time for items in a collapsed thread to increase performance. | Stefan Parviainen | 2015-01-06 | 1 | -6/+13 |
| | |/ | |||||
| * / | add some style to divgrowmore | marijus | 2015-01-06 | 1 | -1/+1 |
| |/ | |||||
* | | Typo + comment | Stefan Parviainen | 2015-01-07 | 1 | -1/+1 |
| | | |||||
* | | Remove out-of-date mod_message.js | Stefan Parviainen | 2015-01-07 | 1 | -13/+0 |
| | | |||||
* | | Add autosubmit feature to textcomplete based autocompleter | Stefan Parviainen | 2015-01-07 | 6 | -7/+18 |
| | | |||||
* | | Make mod_sources autocomplete use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -13/+5 |
| | | |||||
* | | Make photos tag autocomplete use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -13/+5 |
| | | |||||
* | | Make mod_connections search use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -9/+1 |
| | | |||||
* | | Allow passing autocomplete type to contact_autocomplete | Stefan Parviainen | 2015-01-07 | 3 | -4/+6 |
| | | |||||
* | | Disable browser-based autocomplete when using the textcomplete based one | Stefan Parviainen | 2015-01-07 | 1 | -0/+3 |
| | | |||||
* | | Make searchbox use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -6/+1 |
| | | |||||
* | | Make mail use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -9/+2 |
| | | |||||
* | | Make mod_poke use textcomplete | Stefan Parviainen | 2015-01-07 | 2 | -14/+25 |
| | | |||||
* | | Make nav search use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -4/+26 |
| | | |||||
* | | Rename some stuff related to autocomplete | Stefan Parviainen | 2015-01-07 | 2 | -9/+9 |
|/ | |||||
* | Unbreak readmore | Stefan Parviainen | 2015-01-05 | 1 | -3/+5 |
| | |||||
* | Fix error with undefined profile_uid | Stefan Parviainen | 2015-01-05 | 1 | -0/+1 |
| | |||||
* | Remove some unneeded libraries | Stefan Parviainen | 2015-01-05 | 1 | -71/+0 |
| | |||||
* | Replace fancybox with colorbox | Stefan Parviainen | 2015-01-05 | 1 | -3/+3 |
| | |||||
* | Replace divgrow with more modern readmore.js | Stefan Parviainen | 2015-01-05 | 1 | -6/+4 |
| | |||||
* | regression: autocomplete hovertip with url/address missing - useful for ↵ | friendica | 2015-01-04 | 1 | -1/+1 |
| | | | | identifying connections based on their site if they have different channels (not clones) on different sites with all other identifying info the same. | ||||
* | Fix initEditor on non-wall pages | Stefan Parviainen | 2015-01-05 | 1 | -1/+2 |
| | |||||
* | Fix height calculation in acl.js | Stefan Parviainen | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | Sorting of autocomplete | Stefan Parviainen | 2015-01-04 | 2 | -2/+2 |
|\ |