Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make justify gallery work with more than one albums per page (eg album widget) | Mario Vavti | 2015-12-07 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-11-03 | 1 | -1/+0 |
|\ | |||||
| * | timeago() works best with iso format. fix #118 | Mario Vavti | 2015-11-03 | 1 | -1/+0 |
| | | |||||
* | | implement unfollow thread | redmatrix | 2015-11-03 | 1 | -1/+11 |
|/ | |||||
* | tweak justify gallery options to not load to large previews | Mario Vavti | 2015-10-18 | 1 | -2/+1 |
| | |||||
* | (re)add default image-size 320px - it is good for gallery preview. this size ↵ | Mario Vavti | 2015-10-15 | 1 | -3/+3 |
| | | | | has the suffix -3 now | ||||
* | double up default photo sizes - even the mos simple camera can now do images ↵ | Mario Vavti | 2015-10-15 | 1 | -2/+3 |
| | | | | > 1024px | ||||
* | do not collapse content which is just slightly higher than we allow | Mario Vavti | 2015-10-13 | 1 | -0/+1 |
| | |||||
* | another collapseHeight() fix | Mario Vavti | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | bring our bbcode tools to private mail | Mario Vavti | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-18 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: util/messages.po | ||||
| * | fix calculation of content height with margins | Mario Vavti | 2015-09-17 | 1 | -1/+1 |
| | | |||||
* | | this is weird | redmatrix | 2015-08-25 | 1 | -1/+1 |
| | | |||||
* | | change name of module | redmatrix | 2015-08-22 | 1 | -1/+1 |
|/ | |||||
* | update justifiedGallery to versio 3.6.0 | Mario Vavti | 2015-07-01 | 1 | -0/+1 |
| | |||||
* | some work on directory | Mario Vavti | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | frontpage changes | redmatrix | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | revert some changes in justified gallery | Mario Vavti | 2015-04-28 | 1 | -1/+0 |
| | |||||
* | bring lockview to menu items, slightly change the way /lockview is called | Mario Vavti | 2015-04-21 | 1 | -2/+2 |
| | |||||
* | make dropItem more universal and move delete up in the dropdown menu | Mario Vavti | 2015-04-12 | 1 | -3/+2 |
| | |||||
* | delete conv items on the fly in background | Mario Vavti | 2015-04-08 | 1 | -0/+15 |
| | |||||
* | this is easier on the eyes when collapsing a long post/comment | Mario Vavti | 2015-04-08 | 1 | -1/+2 |
| | |||||
* | Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵ | Mario Vavti | 2015-03-27 | 1 | -5/+5 |
| | | | | there). Comment out some most probably deprecated js includes. Some css cleanup. | ||||
* | whitespace | Mario Vavti | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | do not move viewed content off the screen after collapsing a long post | Mario Vavti | 2015-03-26 | 1 | -2/+10 |
| | |||||
* | this might stop page scrolls while new updates drop in | Mario Vavti | 2015-03-26 | 1 | -1/+7 |
| | |||||
* | remove some vars from style.css | Mario Vavti | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Some JavaScript cleanups. | Klaus Weidenbach | 2015-03-15 | 1 | -952/+880 |
| | | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator. | ||||
* | Bring simple editor formatting functions back to the main editor (bold, ↵ | friendica | 2015-03-09 | 1 | -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. | ||||
* | restructure display settings | Mario Vavti | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | fix theme preview image css | Mario Vavti | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | the link icon on comments now calls the link parsing tool (just like the ↵ | friendica | 2015-03-04 | 1 | -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). | ||||
* | per Randal overheard on a foreign network - tab in post/comment edit window ↵ | friendica | 2015-02-26 | 1 | -0/+6 |
| | | | | goes to submit instead of the next button. | ||||
* | finish converting "delete" to trash icons for consistency. The 'x' was left ↵ | friendica | 2015-02-26 | 1 | -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 pages | zottel | 2015-02-20 | 1 | -1/+10 |
| | |||||
* | Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections | RedMatrix | 2015-02-19 | 1 | -1/+1 |
|\ | | | | | Changed bbcode [toc] and changed doc for beginning deveopers | ||||
| * | Changed bb code [toc] to make it more flexible | Einer von Vielen | 2015-02-14 | 1 | -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 ↵ | marijus | 2015-02-14 | 1 | -0/+2 |
|/ | | | | will hopefully be accepted upstream | ||||
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵ | friendica | 2015-02-12 | 1 | -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. | ||||
* | 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) | ||||
* | 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 | ||||
* | Merge autocomplete caching, show more results in navbar search | Stefan Parviainen | 2015-01-07 | 1 | -6/+13 |
|\ | |||||
| * | also style the collapse link | marijus | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| |/ | |||||
* / | Rename some stuff related to autocomplete | Stefan Parviainen | 2015-01-07 | 1 | -1/+1 |
|/ | |||||
* | Unbreak readmore | Stefan Parviainen | 2015-01-05 | 1 | -3/+5 |
| |