3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for LAZY_LATEST_POSTS. This new lazy tag displays the latest posts (the number being controlled by a preference) from the database. More... almost 18 years ago
Add Lazy_Forum_List in all pages. Minor style changes More... almost 18 years ago
Improve rating blocks style More... almost 18 years ago
Remove width:150px as it is wrong and not needed here More... almost 18 years ago
(Global_Rating) : Add new lazy tag More... almost 18 years ago
Use smaller stars for the rating system. More... almost 18 years ago
Add Get_Global_Rating More... almost 18 years ago
Fix xml template (wrong CDATA position) More... almost 18 years ago
Fix Page Fatal Error display More... almost 18 years ago
Add BABEL_LOGIN_FAILED instead of hard coded message. More... almost 18 years ago
- Display a warning when an error occured in Ajax request More... almost 18 years ago
Add trigger for global rating after update on user rating More... almost 18 years ago
* web/templates/chunk_import_css.thtml : - Adds CSS for rating More... almost 18 years ago
Minor reformatting More... almost 18 years ago
Put back commented out HTML input. More... almost 18 years ago
Improve a bit the design of the textual forum. More... almost 18 years ago
* web/css/style.css: Clean-up CSS, add some templates SET. Use white/black instead of #000000 and #111111. More... almost 18 years ago
(IMG_Callback) : Add new callback for /css/img/ More... almost 18 years ago
* mk.config: Define GNAT and used it everywhere. GNATMAKE was defined here but never used. General make clean-up. More... almost 18 years ago
Fix style of the comments on a post. The comment is properly aligned on the left. The text when there is no comment is kept centered. More... almost 18 years ago
Adds SQL tables for post rating and the corresponding triggers More... almost 18 years ago
* web/src/v2p-database.adb: (Get_Forum): Update routine to retreive the forum information using either the forum Id or the thread id passed as parameters. This is necessary when the context has been lost (restarting the server for example). The forum information are critical to ensure the anonymity of the threads. (Connect): Log error into the log file instead of writing it down to the console. More... almost 18 years ago
(Default_Callback): Log information message and not only the exception name. More... almost 18 years ago
(Forum_Threads): Directory use the final translation set instead of using a temporary one that is copied before returning. More... almost 18 years ago
Fix layout of the date now on the same line than the author. More... almost 18 years ago
Put <p> and </p> around comments. More... almost 18 years ago
Improve a bit the layout of the comments. The date is now on the right. More... almost 18 years ago
* web/src/v2p-callbacks-ajax.adb: (Onchange_Forum_List): Update FID in context. (Onsubmit_Comment_Form_Enter): Update templates set with Get_Post and Get_Thread. More... almost 18 years ago
Rename some web elements that were forgotten when working on the naming scheme clean-up done recently. More... almost 18 years ago
(install_gwiad_plugin): Fix installation of the wiki service dll on Windows. With recent GNAT versions the DLL name have a lib prefix but with older there is no lib prefix. The new code accommodate for both. More... almost 18 years ago