aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
Commit message (Collapse)AuthorAgeFilesLines
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-191-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 Vavti2016-12-211-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 Vavti2016-12-161-0/+1
| | | | whole app
* upgrade to jquery-3.1 and minor fixesMario Vavti2016-07-151-1/+1
|
* provide syntax based [colour] highlighting on code blocks for popular ↵redmatrix2016-06-151-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 ↵redmatrix2016-05-251-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 versionMario Vavti2016-04-231-1/+1
|
* static Appredmatrix2016-03-311-1/+1
|
* tryout: introduce loading of images before rendering content and provide ↵Mario Vavti2016-02-121-0/+1
| | | | some detailed logging in js-console
* since we can now use plain upstream justifiedGallery library - switch to ↵Mario Vavti2015-07-011-2/+2
| | | | minified version
* Add sprintf.js v1.0.2.Klaus Weidenbach2015-05-141-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 Vavti2015-03-271-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 ↵marijus2015-02-141-2/+2
| | | | will hopefully be accepted upstream
* bring some styling back to the colorbox and improve the event preview abilityfriendica2015-02-091-1/+1
|
* 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/+1
| | | | ...with table of content. jquery.tableofconent.js works bunt not properly
* Remove reference to non-existing colorbox.cssStefan Parviainen2015-01-051-1/+0
|
* Replace fancybox with colorboxStefan Parviainen2015-01-051-2/+1
|
* Replace jslider with jRangeStefan Parviainen2015-01-051-2/+2
|
* Replace divgrow with more modern readmore.jsStefan Parviainen2015-01-051-1/+1
|
* Warn about unsaved settings using jquery.areyousureStefan Parviainen2015-01-011-0/+1
|
* Fancy categories input with bootstrap-tagsinputStefan Parviainen2014-12-211-0/+2
|
* Better autocomplete based on jquery-textcompleteStefan Parviainen2014-12-201-1/+1
|
* stylish_select wants to attach itself to the root html element. Since it ↵friendica2014-10-071-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 ↵friendica2014-09-181-0/+1
| | | | it. It needs a bit of theming to even work correctly.
* Revert "Revert "Merge pull request #583 from git-marijus/master""marijus2014-09-111-0/+3
| | | | This reverts commit 08638f3ec88e86def618ff89bdedb9ae9696d218.
* Revert "Merge pull request #583 from git-marijus/master"friendica2014-09-101-3/+0
| | | | | | | autoload broken - even after clearing cache and retrying. This reverts commit 13e7a8f123b283a096af302b0366255355ba8439, reversing changes made to 4712b78e520ca10b34e3e9b99c2752b10d811b42.
* photo justificationmarijus2014-09-101-0/+3
|
* move bootstrap to theme and out of core.friendica2014-02-251-8/+1
|
* cleanup include/menu in preparation for the next phase of bookmarkingfriendica2014-01-271-0/+1
|
* prettyphoto (js|css) not foundfriendica2014-01-241-3/+0
|
* Merge branch 'master' into movejsfriendica2014-01-061-1/+1
|\ | | | | | | | | Conflicts: version.inc
* | move js files from corefriendica2014-01-041-11/+11
|/
* Merge correctionChristian Vogeley2013-12-221-3/+0
|
* Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-221-3/+7
|\ | | | | | | | | Conflicts: view/php/theme_init.php
| * split out widgets.cssmarijus2013-12-111-0/+1
| |
| * this reduces pageloadsize by 355,93KBmarijus2013-12-091-1/+1
| |
| * Minified bootstrap cssChristian Vogeley2013-12-081-1/+1
| |
| * override bootstrap in bootstrap-redChristian Vogeley2013-12-081-0/+1
| | | | | | | | so theme developers are not forced to change anything
| * Merge branch 'bootstrap'Christian Vogeley2013-12-081-0/+4
| |\
| * | split conversation.css out of style.cssmarijus2013-12-041-0/+1
| | |
| * | re-enable jquery migration tool until we sort out all the issuesfriendica2013-11-271-2/+2
| | |
| * | create jquery-compat to hold deprecated jquery functions, load it before all ↵friendica2013-11-261-1/+2
| | | | | | | | | | | | the dependent js scripts
| * | make font-asewome optional. Also include jquery.browser in js/main.js so we ↵friendica2013-11-251-5/+2
| | | | | | | | | | | | can turn off the migration toolkit.
| * | init_groups_visitor() was still using old array of id output (not the newer ↵friendica2013-11-221-0/+3
| | | | | | | | | | | | array of hash which we need for permission queries)
| * | Empty commit message.friendica2013-11-211-0/+11
| | |
* | | New modal dialog for item expiryChristian Vogeley2013-12-221-1/+7
| |/ |/|
* | Include bootstrapChristian Vogeley2013-12-081-3/+18
|/
* add rabbit and tripledes ciphers - probably need a pconfig to set the defaultfriendica2013-11-111-0/+2
|
* e2eefriendica2013-11-101-0/+1
|