Advertisement
Shinmera

Radiance Todo 2013.10.24

Oct 24th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. == SIMPLE TODO PAGE ==
  2. Date
  3. * New todo
  4. v Done today but created on another day
  5. ^ New today but finished on another day
  6. - Completed today
  7. x Marked off as not-necessary
  8.  
  9. 2013.10.24
  10. v Test&Fix continuations.
  11. x Switch to CL-LOG and log all the things.
  12. * Develop Verbose logging library.
  13.  
  14. 2013.10.23
  15. - Added continuations to the system.
  16. ^ Test&Fix continuations.
  17. x Add own logging library.
  18.  
  19. 2013.09.13
  20. v Fix registration and default permissions.
  21. * Add caching mechanism.
  22. * Unify implementation mechanism for methods and macros.
  23. * lQuery: Add fast-saving and loading functions.
  24.  
  25. 2013.09.03
  26. ^ Fix registration and default permissions.
  27. - Finished basic trivial-profile.
  28. v (Implement base-profile profile and settings pages.)
  29.  
  30. 2013.09.01
  31. - Continued work on trivial-profile.
  32.  
  33. 2013.08.31
  34. - Fixed UIBox fill-foreach
  35. - Continued work on trivial-profile.
  36.  
  37. 2013.08.30
  38. - Changed UIBox fill syntax to be more powerful.
  39. - Finished basic profile view.
  40.  
  41. 2013.08.29
  42. - Finished verify admin panels.
  43. - Added static domain resolving in handler.
  44. - Added multiple-value uibox fill.
  45. - Added trivial-menu.
  46.  
  47. 2013.09.07
  48. v Database introspection admin page.
  49. * Finish db-introspect pages.
  50.  
  51. 2013.08.28
  52. - Finished basic verify authentication admin panels.
  53. - Extended UIBox for some building functions.
  54.  
  55. 2013.08.27
  56. - Added post-processing hook.
  57. - Continued work on admin panels.
  58. x Add sys and temp as interned users to verify.
  59.  
  60. 2013.08.23
  61. - SQLite is mostly done.
  62. - Retest stuff.
  63. * Figure out a solution for the default implementation.
  64. ^ Database introspection admin page.
  65. * Add validation functions.
  66. * Add methods for simple submission handling.
  67.  
  68. 2013.08.14
  69. v Add gravatar and general user field convenience functions.
  70. v Make validation library and secure verify register form.
  71. ^ Implement base-profile profile and settings pages.
  72.  
  73. 2013.08.12
  74. ^ Add gravatar and general user field convenience functions.
  75. ^ Find validation library and secure verify register form.
  76. - Improve defapi.
  77. - Add request functions.
  78. v Add error handling page.
  79.  
  80. 2013.08.09
  81. * Optimize lQuery.
  82. * Optimize UIBox fill-foreach.
  83. v Make nice error pages.
  84.  
  85. 2013.08.08
  86. - Rewrite lQuery core macros/functions.
  87.  
  88. 2013.08.5-7
  89. v Advance work on admin page.
  90.  
  91. 2013.08.04
  92. v Add static resource dispatcher with link registry.
  93.  
  94. 2013.08.01, 2013.08.02, 2013.08.03
  95. v Adapt all modules to trigger, dispatcher and site changes.
  96. x Add nice register end pages.
  97. ^ Add error handling page.
  98. ^ Make nice error pages.
  99. ^ Advance work on the admin page.
  100.  
  101. 2013.07.31
  102. v Add API dispatch.
  103. - Fixed API return.
  104. v Implement module persistence.
  105.  
  106. 2013.07.30
  107. v Change *radiance-triggers* variable to *radiance-hooks*.
  108. - Update package exports.
  109. v Change *radiance-request* to use URI.
  110. - Fixed *module* crud.
  111.  
  112. 2013.07.29
  113. - Complete get-triggers function.
  114. ^ Change *radiance-request* to use URI.
  115. ^ Add API dispatch.
  116. ^ Add static resource dispatcher with link registry.
  117. ^ Implement module persistence.
  118. ^ Change *radiance-triggers* variable to *radiance-hooks*.
  119. ^ Adapt all modules to trigger, dispatcher and site changes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement