Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version | Mario | 9 days | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 9 days | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 11 days | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2025-03-28 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2025-03-18 | 1 | -1/+1 |
| | |||||
* | Remove duped head_get_icon function | Harald Eilertsen | 2025-03-17 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | This function was existing both as a static function in the App class, and as a standalone global function. While only the standalone function was used, this patch changes the callsite to use the static function in the App class instead, and removed the global variant. Note: While unlikely, this _could_ break some addons or custom themes _if_ they call the global head_get_icon function themselves. I have not found any addons or themes that do so. This patch also fixes an issue where an incorrect url would be produced if the URL set by App::head_set_icon would start with '://' for some reason. Also added doc comments for both App::head_set_icon and App::head_get_icon. | ||||
* | bump dev version | Mario | 2025-03-05 | 1 | -1/+1 |
| | |||||
* | version 10.2RC and strings | Mario | 2025-03-05 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2025-02-20 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2025-02-01 | 1 | -1/+1 |
| | |||||
* | fix auto save draft not set correctly and use round instead of ceil for ↵ | Mario Vavti | 2025-01-23 | 1 | -1/+1 |
| | | | | cover height calculation | ||||
* | bump version | Mario Vavti | 2025-01-22 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2025-01-17 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2025-01-05 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2024-12-29 | 1 | -1/+1 |
| | |||||
* | changelog and bump version | Mario | 2024-12-26 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2024-12-22 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2024-12-21 | 1 | -1/+1 |
| | |||||
* | track processed images | Mario | 2024-12-20 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2024-12-20 | 1 | -1/+1 |
| | |||||
* | version | Mario | 2024-12-20 | 1 | -1/+1 |
| | |||||
* | improved imagesLoaded() and notifications fixes | Mario | 2024-12-20 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2024-12-19 | 1 | -1/+1 |
| | |||||
* | refactor notifications widget and updateConvItems() to not require jquery | Mario | 2024-12-19 | 1 | -1/+1 |
| | |||||
* | bump dev version | Mario | 2024-12-13 | 1 | -1/+1 |
| | |||||
* | version 10.0RC and strings | Mario | 2024-12-13 | 1 | -1/+1 |
| | |||||
* | remove jquery.timeago.js in favor of a native js implementation | Mario | 2024-12-12 | 1 | -1/+2 |
| | |||||
* | version 9.5.2 - merge containers | Mario | 2024-11-14 | 1 | -1/+1 |
| | |||||
* | Fix invocation of DB_Update::run. | Harald Eilertsen | 2024-11-11 | 1 | -1/+1 |
| | | | | | | Thought this should have been part of the change set that turned the DB_Update routine to a static function instead of a constructor to an object that is not used. | ||||
* | bump dev version | Mario | 2024-11-06 | 1 | -1/+1 |
| | |||||
* | i guess a couple of weeks have passed by now | Mario | 2024-10-18 | 1 | -7/+0 |
| | |||||
* | bump dev version | Mario Vavti | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | version 9.4RC, strings, autoload dump | Mario Vavti | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | bump version | Mario | 2024-08-08 | 1 | -1/+1 |
| | |||||
* | storing info and notice messages in the session has some disadvantages if ↵ | Mario | 2024-07-28 | 1 | -1/+75 |
| | | | | the functions are called via ajax. revert to storing them in xconfig. | ||||
* | bump version | Mario | 2024-07-22 | 1 | -1/+1 |
| | |||||
* | version | Mario | 2024-07-20 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "more work on sse sys messages"" | Mario | 2024-07-20 | 1 | -80/+14 |
| | | | This reverts commit c22f633ae0d42b5a0076a11dd08952817a613342 | ||||
* | Revert "version" | Mario | 2024-07-20 | 1 | -1/+1 |
| | | | This reverts commit 5f77e9f4ce52e773ad2eca1cb2a51937ac45cb83 | ||||
* | version | Mario | 2024-07-20 | 1 | -1/+1 |
| | |||||
* | Revert "more work on sse sys messages" | Mario | 2024-07-20 | 1 | -14/+80 |
| | | | This reverts commit 983fc84f283f34783b281ab047dc47c581cb937c | ||||
* | bump version | Mario | 2024-07-20 | 1 | -1/+1 |
| | |||||
* | more work on sse sys messages | Mario | 2024-07-19 | 1 | -80/+14 |
| | |||||
* | bump version | Mario | 2024-07-17 | 1 | -1/+1 |
| | |||||
* | sse: revert removing of reset after 30 seconds and save a db lookup if we ↵ | Mario | 2024-07-17 | 1 | -2/+24 |
| | | | | have just reset | ||||
* | missing pdl for mod import | Mario | 2024-07-15 | 1 | -1/+1 |
| | |||||
* | improve handling of sse especially in relation with page reloads | Mario | 2024-07-08 | 1 | -22/+6 |
| | |||||
* | version 9.3 | Mario | 2024-06-27 | 1 | -1/+1 |
| | |||||
* | version 9.2RC1, strings and dump composer autoload files | Mario | 2024-06-27 | 1 | -1/+1 |
| |