Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix several places where head_add_(css|js) functions have been used ↵ | zotlabs | 2017-02-19 | 1 | -32/+26 |
| | | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library. | ||||
* | fix an issue with sticky_kit where input fields and textareas would blur on ↵ | Mario Vavti | 2017-01-05 | 1 | -1/+1 |
| | | | | recalc. auto resize the notes textarea since if it sticks to the bottom it can not be properly resized | ||||
* | fix a glitch in sticky-kit and comment out alt_pager() in ↵ | Mario Vavti | 2016-12-21 | 1 | -1/+1 |
| | | | | widget_conversations since it will not work there | ||||
* | move the sticky-kit^Cquery plugin to /lib and see if we want this for the ↵ | Mario Vavti | 2016-12-16 | 2 | -1/+2 |
| | | | | whole app | ||||
* | upgrade to jquery-3.1 and minor fixes | Mario Vavti | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | experimental rtl support; this will probably require a fair bit of work. | redmatrix | 2016-06-19 | 1 | -1/+1 |
| | |||||
* | provide syntax based [colour] highlighting on code blocks for popular ↵ | redmatrix | 2016-06-15 | 1 | -0/+1 |
| | | | | languages. I'm not happy with the line height on the list elements but couldn't see where this was defaulted. This uses the syntax [code=xxx]some code snippet[/code], where xxx represents a code/language style - with about 18 builtins. | ||||
* | some event fixes, also change jquery-textcomplete to un-minified since the ↵ | redmatrix | 2016-05-25 | 1 | -1/+1 |
| | | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it. | ||||
* | update jquery.textcomplete to version 1.3.4 and add minified version | Mario Vavti | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 2 | -2/+2 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 5 | -5/+5 |
| | |||||
* | Facebook scraper "OpenGraph" support; modules will need to set the required ↵ | redmatrix | 2016-03-07 | 6 | -6/+6 |
| | | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild. | ||||
* | a simple cover-photo implementation for redbasic default template | Mario Vavti | 2016-03-02 | 1 | -0/+1 |
| | |||||
* | tryout: introduce loading of images before rendering content and provide ↵ | Mario Vavti | 2016-02-12 | 1 | -0/+1 |
| | | | | some detailed logging in js-console | ||||
* | kick right aside out a little earlier | Mario Vavti | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | quick fix for choklet bannertwo | Mario Vavti | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | since we can now use plain upstream justifiedGallery library - switch to ↵ | Mario Vavti | 2015-07-01 | 1 | -2/+2 |
| | | | | minified version | ||||
* | assign right aside the same width as we have in left aside but hide it on ↵ | Mario Vavti | 2015-06-10 | 1 | -1/+1 |
| | | | | small and xs screens. make aside width a variablee for easier handling. | ||||
* | add this to better support mobile devices out of the box in zen template | Mario Vavti | 2015-05-25 | 1 | -0/+1 |
| | |||||
* | Add sprintf.js v1.0.2. | Klaus Weidenbach | 2015-05-14 | 1 | -4/+3 |
| | | | | | | | | This script provides sprintf() for JavaScript. It can be used for example for translating strings used in JavaScript with variables. It is licensed under BSD-3-Clause and can be found on GitHub: https://github.com/alexei/sprintf.js | ||||
* | allow blocks to have custom classes and add a new template called zen which ↵ | Mario Vavti | 2015-05-06 | 1 | -0/+10 |
| | | | | gives you an empty page to work with | ||||
* | Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵ | Mario Vavti | 2015-03-27 | 1 | -8/+8 |
| | | | | there). Comment out some most probably deprecated js includes. Some css cleanup. | ||||
* | update justifiedGallery to version 3.5.4 and add ignoreElement option which ↵ | marijus | 2015-02-14 | 1 | -2/+2 |
| | | | | will hopefully be accepted upstream | ||||
* | bring some styling back to the colorbox and improve the event preview ability | friendica | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | 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/+1 |
| | | | | ...with table of content. jquery.tableofconent.js works bunt not properly | ||||
* | Remove reference to non-existing colorbox.css | Stefan Parviainen | 2015-01-05 | 1 | -1/+0 |
| | |||||
* | Replace fancybox with colorbox | Stefan Parviainen | 2015-01-05 | 1 | -2/+1 |
| | |||||
* | Replace jslider with jRange | Stefan Parviainen | 2015-01-05 | 1 | -2/+2 |
| | |||||
* | Replace divgrow with more modern readmore.js | Stefan Parviainen | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Warn about unsaved settings using jquery.areyousure | Stefan Parviainen | 2015-01-01 | 1 | -0/+1 |
| | |||||
* | Fancy categories input with bootstrap-tagsinput | Stefan Parviainen | 2014-12-21 | 1 | -0/+2 |
| | |||||
* | Better autocomplete based on jquery-textcomplete | Stefan Parviainen | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | stylish_select wants to attach itself to the root html element. Since it ↵ | friendica | 2014-10-07 | 1 | -1/+1 |
| | | | | still has some serious issues, don't let it attach itself to anything. | ||||
* | add stylish_select to new_channel page - but comment out until we can theme ↵ | friendica | 2014-09-18 | 1 | -0/+1 |
| | | | | it. It needs a bit of theming to even work correctly. | ||||
* | Revert "Revert "Merge pull request #583 from git-marijus/master"" | marijus | 2014-09-11 | 1 | -0/+3 |
| | | | | This reverts commit 08638f3ec88e86def618ff89bdedb9ae9696d218. | ||||
* | Revert "Merge pull request #583 from git-marijus/master" | friendica | 2014-09-10 | 1 | -3/+0 |
| | | | | | | | autoload broken - even after clearing cache and retrying. This reverts commit 13e7a8f123b283a096af302b0366255355ba8439, reversing changes made to 4712b78e520ca10b34e3e9b99c2752b10d811b42. | ||||
* | photo justification | marijus | 2014-09-10 | 1 | -0/+3 |
| | |||||
* | Introducing page template Redable (sic). A template for making it easier to ↵ | Jeroen | 2014-07-16 | 1 | -0/+23 |
| | | | | read long texts on a wide range of devices. Using rem and em for font sizes and region widths. Regions: aside, content, right_aside and footer. Advised to only use the middle content region as much as possible (but left and right can be used for indexes if you like). Based on the default template. Maybe later I will add some alternative css's. | ||||
* | fix fluid layout for choklet_bannertwo | friendica | 2014-05-14 | 1 | -0/+2 |
| | |||||
* | this doesn't really work | friendica | 2014-05-14 | 1 | -0/+1 |
| | |||||
* | choklet tweaks | friendica | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | move region_1 to off instead of removing it and dont squelch region_2 when ↵ | marijus | 2014-03-13 | 1 | -1/+1 |
| | | | | region_1 moves in again | ||||
* | remove aside on navbar collapse and add button to toggle visibility | marijus | 2014-03-07 | 1 | -20/+21 |
| | |||||
* | add choklet template with several defined flavours, two and three column ↵ | friendica | 2014-03-02 | 3 | -3/+6 |
| | | | | fluid layouts with optional side margins and a region for a blog-style header photo | ||||
* | first cut at choklet template | friendica | 2014-03-02 | 1 | -0/+23 |
| | |||||
* | move bootstrap to theme and out of core. | friendica | 2014-02-25 | 1 | -8/+1 |
| | |||||
* | cleanup include/menu in preparation for the next phase of bookmarking | friendica | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | prettyphoto (js|css) not found | friendica | 2014-01-24 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' into movejs | friendica | 2014-01-06 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: version.inc |