aboutsummaryrefslogtreecommitdiff
path: root/module/calp (follow)
Commit message (Collapse)AuthorAge
...
* Fix edit popups not auto opening.Hugo Hörnquist2022-04-12
| | | | | Depending an the exact text of an translatable string seems like a bad idea.
* Fix name collision in server entry-point.Hugo Hörnquist2022-04-11
|
* Remove config sandbox.Hugo Hörnquist2022-04-11
| | | | Old sandbox approach always felt like bit of a hack.
* Allow translation of non-extracted strings.Hugo Hörnquist2022-04-11
|
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Fix loop in import entry-point.Hugo Hörnquist2022-04-11
|
* Fixup translatable strings.Hugo Hörnquist2022-04-11
|
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Remove reference to non-existant parameter submit.Hugo Hörnquist2022-04-05
| |
* | Minor fixups.Hugo Hörnquist2022-04-05
| |
* | Made sidebar date headings sticky.Hugo Hörnquist2022-04-05
| |
* | Move code for saving event away from routes.Hugo Hörnquist2022-04-05
| | | | | | | | | | | | This frees it, currently only for calling it from our import entry point, but this will also allow us to much easier write tests for it (which we need since adding recurring events doesn't work).
* | Rewrote symlink creator for HTMLHugo Hörnquist2022-03-28
| |
* | Check system-error errno correctly.Hugo Hörnquist2022-03-28
| |
* | Remove assert.Hugo Hörnquist2022-03-28
| | | | | | | | | | Barely used, and almost always was better server by a propper error call.
* | Use catch* where appropriateHugo Hörnquist2022-03-28
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
| |
* | Unsmarted define-config%Hugo Hörnquist2022-03-28
| |
* | Introduce directory-listing.scssHugo Hörnquist2022-03-28
| |
* | HTML directory table now gives 404 instead of 500Hugo Hörnquist2022-03-15
| |
* | Introduce user-additions in frontend.Hugo Hörnquist2022-03-15
| | | | | | | | Along with an initial example of their use.
* | Qualify functions in make-routes expansion.Hugo Hörnquist2022-03-15
| | | | | | | | | | Previously, the user of the macro needed a correct environment. This should not be needed any more.
* | Directory listing page now handles subdirectories.Hugo Hörnquist2022-03-15
| | | | | | | | | | Also introduces the configuration setting `static-dir', which is where the static file for the web server are located.
* | Directory table file sizes.Hugo Hörnquist2022-03-15
| |
* | Directory table extra filetypes.Hugo Hörnquist2022-03-15
| |
* | Fix anchors in non-js page.Hugo Hörnquist2022-03-15
| | | | | | | | | | Now blocks link to their entry in the sidebar, and the sidebar entries link to (one of) their blocks.
* | Calp server now 404s on missing file on disk.Hugo Hörnquist2022-03-15
| |
* | Move summary-filter and description-filter configs to more sensible place.Hugo Hörnquist2022-03-15
| |
* | Handle broken symlink when generating static HTML.Hugo Hörnquist2022-03-07
| |
* | Allow config.scm to call resolve-interface and module-ref.Hugo Hörnquist2022-03-06
| | | | | | | | | | Repairs commit 049e94a125ecf43547b62778eb4851d67b1f3cfd, which shows how config.scm can use optional dependencies.
* | Add missing (ice-9 format) imports.Hugo Hörnquist2022-03-06
| |
* | Add some TODO comments.Hugo Hörnquist2022-02-22
|/
* Add remove home button to seacrh page.Hugo Hörnquist2022-02-13
|
* Move calculate-fg-color into calp subtree.Hugo Hörnquist2022-02-02
| | | | | While the algorithm was general, the packing of colors, along with the error handling made it to non-portable.
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Add tree-node.Hugo Hörnquist2022-01-31
|
* Repair warnings-are-error configuration item.Hugo Hörnquist2022-01-31
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Add span-upto.Hugo Hörnquist2022-01-29
|
* Minor cleanup.Hugo Hörnquist2022-01-21
|
* Clean up (calp util options).Hugo Hörnquist2022-01-21
|
* Move config print to own flag.Hugo Hörnquist2022-01-21
| | | | All the configuration variables hid the actually useful information.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* let-env now handles non-local exits correctly.Hugo Hörnquist2021-12-20
|
* find-extreme on empty list now an error.Hugo Hörnquist2021-12-20
|
* Documentation updates for util.Hugo Hörnquist2021-12-20
|
* Remove procedure map-eachHugo Hörnquist2021-12-20
| | | | Was only used once, and wasn't even optimized.
* Remove re-export-modulesHugo Hörnquist2021-12-20
| | | | | A weird special form which was only used once, and didn't add much clarity above what we actually did.
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|