Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move cryptojs to addon | Mario Vavti | 2020-08-22 | 1 | -4/+0 |
| | |||||
* | first cut on implementing additional encryption with the SJCL library. aes ↵ | Mario Vavti | 2020-08-20 | 1 | -0/+2 |
| | | | | only and no backward compatibility. | ||||
* | sse notifications | Mario | 2019-11-11 | 1 | -0/+1 |
| | |||||
* | upgrade jgrowl | Mario Vavti | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | update imagesloaded to version 4.1.4 via composer | Mario | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | upgrade to textcomplete (jquery.textcomplete is discontinued), enable ↵ | Mario Vavti | 2018-04-26 | 1 | -2/+1 |
| | | | | built-in cache and unify to start lookup after 3 characters | ||||
* | fix issues with accordions in settings and comment out jquery.textinputs.js | Mario Vavti | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | get rid of spinner.js in use a lightweight css spinner instead | Mario Vavti | 2017-09-26 | 1 | -2/+0 |
| | |||||
* | fix some issues with sticky-kit | Mario | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | remove text_highlight css load from core | zotlabs | 2017-05-30 | 1 | -1/+0 |
| | |||||
* | 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 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 | 1 | -0/+1 |
| | | | | whole app | ||||
* | upgrade to jquery-3.1 and minor fixes | Mario Vavti | 2016-07-15 | 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 | 1 | -1/+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 | ||||
* | since we can now use plain upstream justifiedGallery library - switch to ↵ | Mario Vavti | 2015-07-01 | 1 | -2/+2 |
| | | | | minified version | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 | ||||
* | | move js files from core | friendica | 2014-01-04 | 1 | -11/+11 |
|/ | |||||
* | Merge correction | Christian Vogeley | 2013-12-22 | 1 | -3/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into bootstrap | Christian Vogeley | 2013-12-22 | 1 | -3/+7 |
|\ | | | | | | | | | Conflicts: view/php/theme_init.php | ||||
| * | split out widgets.css | marijus | 2013-12-11 | 1 | -0/+1 |
| | | |||||
| * | this reduces pageloadsize by 355,93KB | marijus | 2013-12-09 | 1 | -1/+1 |
| | | |||||
| * | Minified bootstrap css | Christian Vogeley | 2013-12-08 | 1 | -1/+1 |
| | | |||||
| * | override bootstrap in bootstrap-red | Christian Vogeley | 2013-12-08 | 1 | -0/+1 |
| | | | | | | | | so theme developers are not forced to change anything | ||||
| * | Merge branch 'bootstrap' | Christian Vogeley | 2013-12-08 | 1 | -0/+4 |
| |\ |