aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
Commit message (Collapse)AuthorAgeFilesLines
* remove jgrowlMario2024-05-021-2/+0
|
* implement sodium-plus library to replace unmaintained sjclMario2024-03-101-0/+1
|
* theme fixesMario2023-09-131-1/+1
|
* theme fixes to make a barebones theme work slightly betterMario2023-09-101-0/+3
|
* Update 'full' and 'minimal' layouts to use color_mode functionalityivan zlax2023-06-022-2/+2
|
* update descriptionMario2023-05-252-2/+2
|
* double columns templatesivan zlax2023-05-252-0/+72
|
* native dark theme initial checkinMario2023-01-201-1/+1
|
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-205-25/+68
| | | | description and requirements (this is work in progress)
* bootstrap update fixesMario2021-09-221-1/+1
|
* Apps drag and drop featureMario2021-08-031-0/+1
|
* get devHilmar R2021-03-012-3/+2
|
* move cryptojs to addonMario Vavti2020-08-221-4/+0
|
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-201-0/+2
| | | | only and no backward compatibility.
* css fixMario2020-07-311-1/+1
|
* sse notificationsMario2019-11-111-0/+1
|
* upgrade jgrowlMario Vavti2019-05-131-1/+1
|
* Merge branch 'default2flex-conversion' into 'dev'M. Dent2018-11-281-5/+9
|\ | | | | | | | | use flex for the default template See merge request hubzilla/core!1409
| * use flex for the default templateMario2018-11-261-5/+9
| |
* | update imagesloaded to version 4.1.4 via composerMario2018-11-251-1/+1
|/
* fix some issues with latest notification improvementsMario Vavti2018-09-091-2/+2
|
* sticky-kit: improve handlingMario Vavti2018-09-061-2/+2
|
* updates justified gallery lib to version 3.7 and minor fixes for full templateMario Vavti2018-06-251-4/+5
|
* upgrade to textcomplete (jquery.textcomplete is discontinued), enable ↵Mario Vavti2018-04-261-2/+1
| | | | built-in cache and unify to start lookup after 3 characters
* fix issues with accordions in settings and comment out jquery.textinputs.jsMario Vavti2018-03-011-1/+1
|
* revisit media breakpoints - do not switch to mobile view to early.Mario Vavti2017-11-191-1/+1
|
* new notification changes - use sticky_kit instead of position fixedMario Vavti2017-10-091-1/+1
|
* new notification fixesMario Vavti2017-10-081-1/+1
|
* get rid of spinner.js in use a lightweight css spinner insteadMario Vavti2017-09-261-2/+0
|
* fix some issues with sticky-kitMario2017-09-191-1/+1
|
* some love for the installergit-marijus2017-07-172-2/+2
|
* update bs-dev and min version bumpMario Vavti2017-07-022-2/+2
|
* remove text_highlight css load from corezotlabs2017-06-071-1/+0
|
* fixes for latest bootstrapMario Vavti2017-03-282-2/+2
|
* update to latest bs-devMario Vavti2017-03-282-2/+2
|
* fix full template navMario Vavti2017-03-251-1/+1
|
* update to latest bs4 from git and change hidden-* classes to d-*Mario Vavti2017-03-201-1/+1
|
* hide nav search behind a button, css fixes and cleanupMario Vavti2017-03-141-1/+1
|
* initial commit for the bootstrap version 4 branch - upgrade lib and make ↵Mario Vavti2017-03-091-3/+3
| | | | nav.tpl kind of working again
* 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 an issue with sticky_kit where input fields and textareas would blur on ↵Mario Vavti2017-01-051-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 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-162-1/+2
| | | | whole app
* upgrade to jquery-3.1 and minor fixesMario Vavti2016-07-151-1/+1
|
* experimental rtl support; this will probably require a fair bit of work.redmatrix2016-06-191-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-312-2/+2
|
* deprecate $a->get_baseurl()redmatrix2016-03-305-5/+5
|