aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete and unused tiptip libraryHarald Eilertsen13 days1-1/+0
|
* fix allday not set if a rsource is providedMario2024-11-071-0/+6
|
* fix allday variable not set when clicking an eventMario2024-11-061-1/+3
|
* Merge branch 'move-norwegian-locale' into 'dev'Mario2024-11-069-13744/+13521
|\ | | | | | | | | Move and update norwegian locale See merge request hubzilla/core!2158
| * Update translations for Norwegian BokmålHarald Eilertsen2024-11-042-13740/+13518
| |
| * Move Norwegian translations from nb-no to nbHarald Eilertsen2024-11-039-23/+22
| |
* | correctly hide modals and remove unneeded toString() conversion since we are ↵Mario2024-11-061-18/+34
|/ | | | not dealing with string objects here
* Fix missing CSRF checks in admin/account_editHarald Eilertsen2024-11-024-5/+6
|
* URL escape zid param in head.tplHarald Eilertsen2024-10-311-1/+1
| | | | This should fix issue #1877 fully.
* bring filed items to mod hqMario2024-10-192-6/+51
|
* fix edit button not clickable if below right asideMario2024-10-182-2/+2
|
* fix tags rendering in the editorMario2024-10-171-6/+10
|
* Remove addon repo management from admin/addons.Harald Eilertsen2024-10-092-173/+3
| | | | | | This functionality was broken anyways, and needs to be rethought. Addon reporitories can still be managed from the terminal using the tools in util/.
* css fixesMario2024-10-041-1/+1
|
* remove bogus icon idMario2024-10-041-1/+1
|
* more fa2bi fixesMario2024-10-041-1/+1
|
* Reflect change to btn-link in js templateMario2024-10-041-1/+1
|
* Fix modal backdrop not removed when like/unlike from the modalMario2024-10-041-0/+3
|
* Fix missing handle icon in mod pdledit_guiMario2024-10-041-1/+1
|
* due to popular demand: indicate reacted state via icon colorMario2024-10-033-23/+19
|
* Replace drop shadow in help toc with brighter color.Harald Eilertsen2024-09-291-2/+2
| | | | | | The drop shadow looked terrible in dark mode. While that could be fixed, I think it looks better with just using the link hover color and making the selected item bold.
* Move some help related styling from redbasic to module css.Harald Eilertsen2024-09-292-14/+14
|
* Use html details element for toc on top of help pages.Harald Eilertsen2024-09-293-19/+12
| | | | | This allows us to get rid of some more unneccessary JavaScript that just implements stuff that web browsers now do anyways.
* Remove link to "Contents" from the help table of contect sidebar.Harald Eilertsen2024-09-291-2/+4
| | | | | Changes the element where the jQuery.toc plugin looks for headings to only include the actual help contents, not the toc itself.
* Update Spanish stringsManuel Jiménez Friaza2024-09-272-13199/+13329
| | | | | (cherry picked from commit d1811ea1f3f7249023c51104154d680f09df8572) Co-authored-by: mjfriaza:4GF~eYj,-iAv <mjfriaza@disroot.org>
* display title only for toplevel itemsMario2024-09-181-1/+1
|
* fa2bi fixesMario2024-09-052-5/+5
|
* fa2bi fixesMario2024-08-281-2/+2
|
* fa2bi fixesMario2024-08-091-1/+1
|
* fa2bi fixesMario2024-08-091-7/+7
|
* fa2bi fixesMario2024-08-092-2/+3
|
* remove fork awesomeMario2024-08-081-1/+0
|
* fa2bi fixMario2024-08-081-14/+1
|
* missing classMario2024-08-081-1/+1
|
* fa2bi fixesMario2024-08-054-5/+5
|
* improved content and comment collapse/expand renderingMario2024-08-044-9/+25
|
* streamline location renderingMario2024-08-024-16/+16
|
* fa2bi fixesMario2024-08-024-13/+4
|
* fa2bi: fix directory sort iconMario2024-08-021-1/+1
|
* fa2bi: some sed woodoo on templates and manual fixes in js and php filesMario2024-08-02113-457/+461
|
* fa2bi continuedMario2024-07-311-15/+15
|
* fa2bi continuedMario2024-07-311-5/+5
|
* fa2bi continuedMario2024-07-301-1/+1
|
* fa2bi continuedMario2024-07-302-29/+29
|
* Merge branch 'improve-help-locale-handling' into 'dev'Mario2024-07-292-66/+5
|\ | | | | | | | | Improve handling of locale in Help module See merge request hubzilla/core!2140
| * Add a notice to help pages when defaulting to english.Harald Eilertsen2024-07-241-0/+5
| |
| * Remove language selector from help pages.Harald Eilertsen2024-07-232-64/+0
| | | | | | | | | | | | | | | | It is not in sync with the languages available for the rest of the Hubzilla UI, so it was confusing and in the way of just supporting localized help using the same mechanism as the rest of the code. Also allowed deleting a good chunck of javascript from the help logic.
| * Don't modify address bar when loading help topic.Harald Eilertsen2024-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifying the current URL like this causes several problems, and is imo bad practice. When requesting a help topic without specifying the language in the URL (like `help/member/member_guide`) the locale for the current channel is used to fetch the topic. On the other hand, if fetching a topic with the language in the URL, the detected language will be used. Since the channel locale may not match the locale supported by the help system, weird situations may arise. I.e. fetching the topic without language in the URL works, but as the URL has now been rewritten, reloading the page will fail with a 404 status. Being a bit less clever solves this issue, and leaves the web browser to behave more as expected by the user.
* | minor line height fixMario2024-07-293-3/+3
| |
* | fa2bi continuedMario2024-07-295-85/+69
| |