aboutsummaryrefslogtreecommitdiff
path: root/pub/pmwiki-utils.js
Commit message (Expand)AuthorAgeFilesLines
* pmwiki-utils.js add "draggable".petko2024-08-131-11/+37
* Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload (cont.)petko2024-07-281-1/+1
* Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload (cont.)petko2024-07-271-2/+2
* Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload (cont.)petko2024-07-261-0/+1
* Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload.petko2024-07-261-9/+165
* Dark theme toggle: refactor into a separate script pub/pmwiki-darktoggle.js, ...petko2024-02-141-111/+1
* Enable 3-way theme toggle, Light, Dark and Auto.petko2024-02-121-17/+81
* Vardoc links to use Highlight color, when enabled.petko2024-02-121-0/+4
* Update dark theme switcher (cont.)petko2024-02-111-2/+0
* Update dark theme switcher.petko2024-02-111-3/+7
* Refactor redirect quiet (cont.)petko2024-01-241-1/+0
* Refactor redirect quiet.petko2024-01-241-0/+7
* Refactor config data passed to pmwiki-utils.php. Add $EnableDarkTheme.petko2024-01-231-42/+47
* Dark theme toggle specific stylesheets.petko2024-01-211-7/+22
* Revert PmFilterable, will move to Cookbook.petko2024-01-211-73/+0
* PrintDiff() add $sincce argument.petko2024-01-051-4/+6
* RecipeCheck use https. Add $Filterable.petko2023-12-291-4/+79
* Dark theme styles (cont.).petko2023-12-201-1/+1
* Add prototype for dark theme toggle (experimental).petko2023-12-181-1/+30
* Fix for window.localStorage disabled.petko2023-11-261-4/+15
* Change data-pmconfirm only to apply to form, button, submit and reset.petko2023-04-061-0/+1
* PmWiki-utils.js added JS confirm before submitting forms/buttons with data-pm...petko2023-04-051-1/+19
* Update PmTOC to work better with Cookbook:SectionEdit (cont.).petko2023-03-021-1/+1
* Update PmTOC to work better with Cookbook:SectionEdit.petko2023-03-021-1/+4
* CopyText remove forgotten diagnostic.petko2023-03-021-1/+0
* Add $EnableCopyCode and Copy code button to <pre> blocks.petko2023-03-021-1/+20
* Refactor code for sortable tables with existing <thead> element.petko2023-02-261-8/+7
* LocalTimes add mode=3 to show old dates as MM'YY.petko2023-02-261-1/+6
* Refactor sorting by datetime.petko2023-02-221-9/+7
* Sortable tables with <time datetime=""> elements can be sorted by the datetim...petko2023-02-191-1/+7
* PmTOC update indented link style->classname. Responsive skin: replace [[<<]] ...petko2022-11-241-2/+2
* Fix for PmWiki variables in highlighed blocks.petko2022-06-251-0/+14
* Convert highlighted blocks to plain text, see thread at https://www.pmwiki.or...petko2022-06-191-0/+1
* Revert to 4101.petko2022-06-071-23/+1
* PmSyntax hopefully to work with older browsers (documentation only, not edit ...petko2022-06-071-0/+23
* Sortable tables change for natural case-insensitive ordering.petko2022-06-051-1/+3
* Sortable tables allow for table headers to have markup such as bold.petko2022-05-251-3/+4
* pmwiki-utils.js - replace let with var, suggested by SteP; fix pagelist order...petko2022-05-141-3/+3
* LocaltTimes fix "rcnew" classes for older diff format.petko2022-01-281-2/+3
* pmwiki-utils.js parallel processing of the utility functions.petko2022-01-191-8/+5
* LocalTimes allow for custom duration of recent history (change format).petko2022-01-171-4/+4
* LocalTimes allow for custom duration of recent history.petko2022-01-111-1/+6
* LocalTimes long format to have the server date in the tooltip.petko2022-01-111-3/+3
* Fix LocalTimes, refactor for in-page signatures; update dates in headers.petko2022-01-091-14/+15
* Add $CurrentLocalTime, parsed as <time> and localized, FmtDateTimeZ(); $Enabl...petko2022-01-091-6/+6
* LocalTimes refactor (cont.).petko2022-01-061-5/+3
* LocalTimes refactor.petko2022-01-061-2/+1
* highlight_pre() simpler Array.from().petko2022-01-051-1/+1
* LocalTimes change a.rcreload with span.rcreload, update styles, store previou...petko2022-01-051-10/+26
* Fix LocalTimes for ?action=diff. Diff anchors to use id= in addition to name=.petko2022-01-021-1/+2