0
I Use This!
Inactive

Commits : Listings

Analyzed 21 minutes ago. based on code collected 23 minutes ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add BABEL_YOU and use it even when not revealed More... over 17 years ago
Only display revealed photos on user page More... over 17 years ago
Add nb_vote, post_rating_ponderated and controversial_level to global_rating table Add trigger to automatically update these values More... over 17 years ago
Add support for LAZY_LATEST_USERS. This new lazy tag displays the latest registered users (the number being controlled by a preference) from the database. Add proper SQL "order by" for the latest user posts. More... over 17 years ago
Add support for LAZY_LATEST_USERS. This new lazy tag displays the latest registered users (the number being controlled by a preference) from the database. Add proper SQL "order by" for the latest user posts. More... over 17 years ago
Add missing template from previous check-in More... over 17 years ago
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... over 17 years ago
Add Lazy_Forum_List in all pages. Minor style changes More... over 17 years ago
Improve rating blocks style More... over 17 years ago
Remove width:150px as it is wrong and not needed here More... over 17 years ago
(Global_Rating) : Add new lazy tag More... over 17 years ago
Use smaller stars for the rating system. More... over 17 years ago
Add Get_Global_Rating More... over 17 years ago
Fix xml template (wrong CDATA position) More... over 17 years ago
Fix Page Fatal Error display More... over 17 years ago
Add BABEL_LOGIN_FAILED instead of hard coded message. More... over 17 years ago
- Display a warning when an error occured in Ajax request More... over 17 years ago
Add trigger for global rating after update on user rating More... over 17 years ago
* web/templates/chunk_import_css.thtml : - Adds CSS for rating More... over 17 years ago
Minor reformatting More... over 17 years ago
Put back commented out HTML input. More... over 17 years ago
Improve a bit the design of the textual forum. More... over 17 years ago
* web/css/style.css: Clean-up CSS, add some templates SET. Use white/black instead of #000000 and #111111. More... over 17 years ago
(IMG_Callback) : Add new callback for /css/img/ More... over 17 years ago
* mk.config: Define GNAT and used it everywhere. GNATMAKE was defined here but never used. General make clean-up. More... over 17 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... over 17 years ago
Adds SQL tables for post rating and the corresponding triggers More... over 17 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... over 17 years ago
(Default_Callback): Log information message and not only the exception name. More... over 17 years ago
(Forum_Threads): Directory use the final translation set instead of using a temporary one that is copied before returning. More... over 17 years ago