aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
* Bring simple editor formatting functions back to the main editor (bold, ↵friendica2015-03-091-0/+20
| | | | italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons.
* make areYouSure alert also if default post perms changeMario Vavti2015-03-092-2/+5
|
* restructure display settingsMario Vavti2015-03-051-1/+1
|
* fix theme preview image cssMario Vavti2015-03-051-1/+1
|
* the link icon on comments now calls the link parsing tool (just like the ↵friendica2015-03-041-0/+35
| | | | main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
* some more work on settingsMario Vavti2015-03-021-5/+0
|
* per Randal overheard on a foreign network - tab in post/comment edit window ↵friendica2015-02-261-0/+6
| | | | goes to submit instead of the next button.
* finish converting "delete" to trash icons for consistency. The 'x' was left ↵friendica2015-02-261-1/+1
| | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
* show item title in channel/mid and display pageszottel2015-02-201-1/+10
|
* Merge pull request #900 from einervonvielen/doc_dev_beginner_correctionsRedMatrix2015-02-191-1/+1
|\ | | | | Changed bbcode [toc] and changed doc for beginning deveopers
| * Changed bb code [toc] to make it more flexibleEiner von Vielen2015-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | This usage is know closer to the original usage of http://ndabas.github.io/toc/ Changed: - jquery.toc.js: Do not check for empty headings - bbcode.php: Added processing of [toc] with parameters - main.js: Use the default params for jquery.toc.js - bbcode.html: Added more help for [toc] and corrected some html
* | update justifiedGallery to version 3.5.4 and add ignoreElement option which ↵marijus2015-02-141-0/+2
|/ | | | will hopefully be accepted upstream
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-121-0/+3
| | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
* bring some styling back to the colorbox and improve the event preview abilityfriendica2015-02-091-2/+2
|
* we still need an event preview but this looks a lot better.friendica2015-02-081-8/+6
|
* style the checkboxes in the event formfriendica2015-02-051-1/+1
|
* collapse overly-verbose ratingsfriendica2015-02-051-0/+4
|
* add the required js filefriendica2015-02-041-0/+34
|
* final cleanup on ratings featurefriendica2015-02-031-2/+26
|
* ratings - mopping up, most everything but directory sync implementedfriendica2015-02-031-2/+2
|
* rating form workfriendica2015-02-031-0/+9
|
* small autocomplete fix adding space to the outputRedSwede2015-01-291-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 ↵friendica2015-01-251-4/+4
| | | | changed but not saved" message.
* bring back nav-search spinnermarijus2015-01-211-5/+9
|
* css fixes - hopefullymarijus2015-01-201-1/+1
|
* satisfy the floated imagesmarijus2015-01-201-1/+1
|
* as a workaround make nav-search dropdown behave a little bettermarijus2015-01-201-4/+4
|
* Merge pull request #870 from pafcu/autocomplete_fixRedMatrix2015-01-201-1/+1
|\ | | | | Fix autocomplete with groups
| * Fix autocomplete with groupsStefan Parviainen2015-01-191-1/+1
| |
* | Merge pull request #868 from pafcu/autocomplete_fixgit-marijus2015-01-191-1/+1
|\| | | | | Fix issue #865.
| * Fix issue #865.Stefan Parviainen2015-01-191-1/+1
| |
* | Fixed bbode element toc for webpagesEiner von Vielen2015-01-181-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 loggingStefan Parviainen2015-01-171-1/+0
|
* Fix bug with groups and autocompleteStefan Parviainen2015-01-171-0/+2
|
* Added a table of content as bbcode element [toc] for webpages2015-01-141-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
* TestEiner von Vielen2015-01-131-0/+2
| | | | ...with table of content. jquery.tableofconent.js works bunt not properly
* Refactor mention code to make it more reusableStefan Parviainen2015-01-121-1/+1
|
* another attempt to explain default permissions on connedit pagefriendica2015-01-111-10/+18
|
* Fix saved searches on network page, fix caching mith multiple autocompletersStefan Parviainen2015-01-082-7/+14
|
* Fix issue with case sensitive filtering in autocomplete, put autocomplete ↵Stefan Parviainen2015-01-081-9/+24
| | | | dropdown on top of navbar, show entry to leave the text unchanged
* Merge autocomplete caching, show more results in navbar searchStefan Parviainen2015-01-072-8/+32
|\
| * also style the collapse linkmarijus2015-01-071-1/+1
| |
| * Merge pull request #826 from pafcu/cache_autocompleteRedMatrix2015-01-071-0/+17
| |\ | | | | | | Cache autocomplete results locally (the one in the editor)
| | * Cache autocomplete results locally (the one in the editor)Stefan Parviainen2015-01-061-0/+17
| | |
| * | Merge branch 'mainjsoptimize' of git://github.com/pafcu/red into ↵friendica2015-01-061-6/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | pafcu-mainjsoptimize Conflicts: view/js/main.js
| | * | Don't update fuzzy time for items in a collapsed thread to increase performance.Stefan Parviainen2015-01-061-6/+13
| | |/
| * / add some style to divgrowmoremarijus2015-01-061-1/+1
| |/
* | Typo + commentStefan Parviainen2015-01-071-1/+1
| |
* | Remove out-of-date mod_message.jsStefan Parviainen2015-01-071-13/+0
| |
* | Add autosubmit feature to textcomplete based autocompleterStefan Parviainen2015-01-076-7/+18
| |