Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace sticky_kit with a simpler homwgrown solution (still a bit raw) and ↵ | Mario | 2021-02-25 | 2 | -3/+2 |
| | | | | slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page | ||||
* | 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. | ||||
* | css fix | Mario | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | sse notifications | Mario | 2019-11-11 | 1 | -0/+1 |
| | |||||
* | upgrade jgrowl | Mario Vavti | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'default2flex-conversion' into 'dev' | M. Dent | 2018-11-28 | 1 | -5/+9 |
|\ | | | | | | | | | use flex for the default template See merge request hubzilla/core!1409 | ||||
| * | use flex for the default template | Mario | 2018-11-26 | 1 | -5/+9 |
| | | |||||
* | | update imagesloaded to version 4.1.4 via composer | Mario | 2018-11-25 | 1 | -1/+1 |
|/ | |||||
* | fix some issues with latest notification improvements | Mario Vavti | 2018-09-09 | 1 | -2/+2 |
| | |||||
* | sticky-kit: improve handling | Mario Vavti | 2018-09-06 | 1 | -2/+2 |
| | |||||
* | updates justified gallery lib to version 3.7 and minor fixes for full template | Mario Vavti | 2018-06-25 | 1 | -4/+5 |
| | |||||
* | 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 |
| | |||||
* | revisit media breakpoints - do not switch to mobile view to early. | Mario Vavti | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | new notification changes - use sticky_kit instead of position fixed | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | new notification fixes | Mario Vavti | 2017-10-08 | 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 |
| | |||||
* | some love for the installer | git-marijus | 2017-07-17 | 2 | -2/+2 |
| | |||||
* | update bs-dev and min version bump | Mario Vavti | 2017-07-02 | 2 | -2/+2 |
| | |||||
* | remove text_highlight css load from core | zotlabs | 2017-06-07 | 1 | -1/+0 |
| | |||||
* | fixes for latest bootstrap | Mario Vavti | 2017-03-28 | 2 | -2/+2 |
| | |||||
* | update to latest bs-dev | Mario Vavti | 2017-03-28 | 2 | -2/+2 |
| | |||||
* | fix full template nav | Mario Vavti | 2017-03-25 | 1 | -1/+1 |
| | |||||
* | update to latest bs4 from git and change hidden-* classes to d-* | Mario Vavti | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | hide nav search behind a button, css fixes and cleanup | Mario Vavti | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | initial commit for the bootstrap version 4 branch - upgrade lib and make ↵ | Mario Vavti | 2017-03-09 | 1 | -3/+3 |
| | | | | nav.tpl kind of working again | ||||
* | 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. |