summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert the 'Operations...' top control to xs_html.Gravatar default2023-11-261-27/+42
|
* Started refactoring html_top_controls().Gravatar default2023-11-261-5/+9
|
* Backport from xs.Gravatar default2023-11-262-2/+2
|
* More xs_html tweaks.Gravatar default2023-11-251-5/+11
|
* Got rid of old html_button().Gravatar default2023-11-251-30/+19
|
* html_entry_controls() is now pure xs_html.Gravatar default2023-11-251-55/+64
|
* Fixed html_note() where cw_text is XSTYPE_NULL.Gravatar default2023-11-251-1/+1
|
* Use xs_html in the static greeting page.Gravatar default2023-11-242-15/+21
|
* New function html_base_head().Gravatar default2023-11-231-12/+42
|
* The post edit box also uses html_note().Gravatar default2023-11-231-45/+15
|
* Use html_note() for the reply form.Gravatar default2023-11-231-44/+14
|
* html_footer() is pure xs_html.Gravatar default2023-11-231-9/+17
|
* html_people_list() returns an xs_html.Gravatar default2023-11-231-28/+30
|
* Use html_note() from html_people_list().Gravatar default2023-11-231-47/+12
|
* New function html_note() (still unused).Gravatar default2023-11-232-0/+167
|
* Minor xs_html tweaks.Gravatar default2023-11-221-7/+7
|
* More work in dm_textarea towards a generic html_note().Gravatar default2023-11-221-9/+19
|
* Backport from xs.Gravatar default2023-11-223-8/+8
|
* Some xs_html usage in html_notifications().Gravatar default2023-11-221-6/+15
|
* More refactoring of html_people_list().Gravatar default2023-11-211-18/+10
|
* More refactoring of html_people_list().Gravatar default2023-11-211-30/+56
|
* Refactored part of html_people_list() using xs_html.Gravatar default2023-11-201-20/+44
|
* Some xs_html refactoring.Gravatar default2023-11-201-13/+21
|
* html_actor_icon() returns an xs_html.Gravatar default2023-11-201-8/+12
|
* html_actor_icon() uses xs_html.Gravatar default2023-11-203-53/+71
|
* html_actor_icon() returns an xs_str instead of adding to another one.Gravatar default2023-11-201-10/+12
|
* The RSS is created using xs_html.Gravatar default2023-11-201-41/+36
|
* Use xs_html in html_footer().Gravatar default2023-11-201-15/+18
|
* Replaced encode_html_strict() with xs_html_encode().Gravatar default2023-11-208-26/+273
|
* Version 2.43 RELEASED.2.43Gravatar default2023-11-201-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-11-201-0/+2
|
* Fixed history disabling.Gravatar default2023-11-191-16/+21
|
* Updated documentation.Gravatar default2023-11-191-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-11-191-0/+2
|
* History can be disabled.Gravatar default2023-11-191-1/+4
|
* Updated TODO.Gravatar default2023-11-181-9/+9
|
* Updated dependencies.Gravatar default2023-11-171-8/+9
|
* Backport from xs.Gravatar default2023-11-176-74/+89
|
* Backport from xs.Gravatar default2023-11-174-11/+39
|
* Updated RELEASE_NOTES.Gravatar default2023-11-091-1/+3
|
* More HTML fixes.Gravatar default2023-11-091-1/+1
|
* Fixed stray end of a tag.Gravatar default2023-11-091-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-11-091-0/+2
|
* When purging tag indexes, also delete the .bak files.Gravatar default2023-11-081-1/+4
|
* Tag indexes are also purged.Gravatar default2023-11-082-4/+22
|
* Show the "Search results for #tag" title.Gravatar default2023-11-081-8/+11
|
* Added a tag argument to html_timeline().Gravatar default2023-11-083-13/+25
|
* Fixed 'show more' in tag search.Gravatar default2023-11-081-8/+17
|
* Local tag links now point to the search by tag URL.Gravatar default2023-11-081-1/+1
|
* Tags can now be searched for from the server base URL.Gravatar default2023-11-084-5/+21
|