aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
Commit message (Collapse)AuthorAgeFilesLines
* fix aside width for collapsed stateMario Vavti2015-07-091-1/+1
|
* move profile image up and refine the aside widthMario Vavti2015-07-091-1/+1
|
* increase width of the aside area and make default profile image size 300x300Mario Vavti2015-07-091-1/+1
|
* Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵Mario Vavti2015-03-271-1/+5
| | | | there). Comment out some most probably deprecated js includes. Some css cleanup.
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-36/+35
| | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* advanced css calc() failbackmarijus2015-02-171-2/+11
|
* quickfix for eventual css calc() not supported bugmarijus2015-02-171-0/+4
|
* move new comment open/close js functions to core so they can be used by ↵marijus2014-06-051-31/+0
| | | | other themes
* we probably want a seperate namespace to not disable all click events in ↵marijus2014-06-051-4/+4
| | | | document
* possible fix for 2nd comment collapsingmarijus2014-06-051-4/+16
|
* for some reason this is also needed to make it work reliable in webkit browsersmarijus2014-05-241-0/+10
|
* should be redbasic not redmarijus2014-05-241-1/+1
|
* possible fix for empty commentbox colapsing on tool-button clickmarijus2014-05-241-0/+10
|
* some work on comment_item.tplmarijus2014-05-201-20/+0
|
* some work on jot, remove some deprecated js and some random style fixesmarijus2014-04-031-25/+0
|
* check that aside actually exists before querying the html lengthfriendica2014-03-291-1/+1
|
* fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-251-0/+3
| | | | certain conditions
* lesson learned.... dont fix anything on a mobile devicegit-marijus2014-03-191-2/+1
|
* this shouldnt be theregit-marijus2014-03-191-3/+1
|
* bootstrapify common tabs and make show aside/tabs buttons only appear if ↵marijus2014-03-191-1/+14
| | | | there is something to show
* move region_1 to off instead of removing it and dont squelch region_2 when ↵marijus2014-03-131-2/+2
| | | | region_1 moves in again
* revert recent changes to cmtBbClose which removed the ability to insert ↵friendica2014-03-111-4/+4
| | | | quotes into an empty comment box
* this commit is an attempt to make conv items better scalable on smaller ↵marijus2014-03-101-4/+4
| | | | screens. also save some horizontal space.
* remove aside on navbar collapse and add button to toggle visibilitymarijus2014-03-071-0/+5
|
* we make this with css nowmarijus2013-12-181-11/+1
|
* generate a small amount of entropy to avoid duplicate notifications from ↵friendica2013-12-041-0/+4
| | | | essentially simultaneous deliveries.
* more icon updatesfriendica2013-12-041-5/+5
|
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-30/+0
| | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* fix the saved search term delete icons in redbasic so they are hidden by ↵friendica2013-11-031-18/+16
| | | | default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings.
* set the colour of the active nav element so it doesn't get washed outfriendica2013-10-101-12/+14
|
* more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-091-8/+8
| | | | should be hidden unless the entry is being hovered.
* getElementById returns null on failurefriendica2013-07-211-1/+1
|
* fix error updating pagetitle with notify count if not logged in locally (no ↵friendica2013-07-211-10/+13
| | | | notify count available)
* Add notification count to titles.Thomas Willingham2013-05-281-1/+10
|
* allow theme selectionfriendica2012-11-071-0/+89