aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* some css voodoo for the help menuMario2024-05-021-5/+2
|
* add some deduplicationMario2024-05-021-4/+9
|
* another css fixMario2024-05-022-2/+2
|
* css fix and bump versionMario2024-05-021-1/+1
|
* remove jgrowlMario2024-05-029-42/+10
|
* remove redundant commaMario2024-05-021-1/+1
|
* css fixMario2024-05-021-1/+1
|
* start removing jgrowlMario2024-05-024-5/+33
|
* Merge branch 'cherry-pick-60cd7cc8' into 'dev'Mario2024-04-302-18/+17
|\ | | | | | | | | Fix some errors in Spanish strings See merge request hubzilla/core!2121
| * Fix some errors in Spanish stringsmjfriaza:4GF~eYj,-iAv2024-04-282-18/+17
| | | | | | (cherry picked from commit 60cd7cc8d09240e1a3f7f7b3bde75115a61ce4de)
* | Rework Help module + begin tests for Setup moduleHarald Eilertsen2024-04-302-4/+14
|/
* Merge branch 'cherry-pick-4e5c6f9b' into 'dev'Mario2024-04-182-1970/+1412
|\ | | | | | | | | Update Spanish See merge request hubzilla/core!2118
| * Update Spanishmjfriaza:4GF~eYj,-iAv2024-03-302-1970/+1412
| | | | | | (cherry picked from commit 4e5c6f9bbaa702d9ccd5606a166c8e65224b8d8f)
* | update siteinfoMario2024-04-051-1/+1
|/
* add pdl for mod homeMario2024-03-271-0/+4
|
* if the updated item contains an open modal, the modal we be replaced with ↵Mario2024-03-261-0/+2
| | | | the new data but the backdrop will stay because it is attached to the end of the page -> remove it
* deprecated bootstrap namespace in list modeMario2024-03-251-1/+1
|
* wrong dreport link in blog modeMario2024-03-251-1/+1
|
* more bootstrap overrideMario2024-03-251-1/+1
|
* tilt the piinMario2024-03-251-0/+4
|
* Fix smarty deprecation warning in category widget.Harald Eilertsen2024-03-251-1/+1
|
* Merge branch 'deprecate-include-config-in-core' into 'dev'Mario2024-03-241-2/+4
|\ | | | | | | | | Deprecate *_config() functions in core. See merge request hubzilla/core!2114
| * Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-2/+4
| |
* | remove some unused variablesMario2024-03-222-10/+0
| |
* | more whitespace fixes and some docuMario2024-03-211-0/+4
| |
* | css fixMario2024-03-201-2/+2
| |
* | no extra margin under listsMario2024-03-201-0/+4
| |
* | Recreated hmessage.po for pt-brPascal Deklerck2024-03-191-6737/+14119
|/
* make theme compatible with rc versionMario2024-03-181-1/+1
|
* css fixMario2024-03-181-1/+0
|
* theme min/max version and minor css fixMario2024-03-172-5/+5
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-03-173-30/+23
|\
| * fix hardcoded color attrMario2024-03-171-1/+1
| |
| * slightly adjust text sizingMario2024-03-163-27/+20
| | | | | | (cherry picked from commit 9600789d6be3fc3e8ed0803f1d80d5dbf0dd4779)
| * css fixesMario2024-03-162-4/+4
| |
* | cleanup some ancient code and fix check for $path so that it will not pass ↵Mario2024-03-171-0/+1
|/ | | | if theme_include() will not return anything. also add an empty zen.css file for the zen template
* update redbasic screenshotMario2024-03-151-0/+0
|
* refactor sodium b2b encryptionMario2024-03-151-13/+25
|
* fix overlay z-indexMario2024-03-141-0/+1
|
* remove some now redundant cssMario2024-03-141-3/+0
|
* fix dreport links after recent changesMario2024-03-141-1/+1
|
* fix modal headerÃMario2024-03-121-1/+1
|
* deprecated functionMario2024-03-111-1/+1
|
* implement sodium-plus library to replace unmaintained sjclMario2024-03-105-9/+86
|
* more work on emojisMario2024-03-092-7/+11
|
* inbound support for custom emojisMario2024-03-081-1/+7
|
* minor mod thing fixesMario2024-03-062-4/+4
|
* improve things display a littleMario2024-03-051-5/+7
|
* Merge branch 'fix-admin-site-page' into 'dev'Mario2024-03-041-2/+0
|\ | | | | | | | | Remove obsolete field for system lang from site admin page. See merge request hubzilla/core!2111
| * Remove obsolete field for system lang from site admin page.Harald Eilertsen2024-03-031-2/+0
| | | | | | | | | | | | | | | | The field was commented out in the module, but still remained in the template. This patch also removes some processing to discover available languages whose result were not used. This should fix https://framagit.org/hubzilla/core/-/issues/1840