Read ; Write ; Upload ; Image(296) ; People(18) ; Threads(40) ; Settings ; Profile ; Help
Banana Lounge Unofficial Fan Forum

Count #
Items on page: 4
2025-09-03 #
file_hash item_title author_id cart
8024dbda Software Updated to Version 242d7ea0.. Guest +cart
c156388a Software Updated to Version e1bdb6fb.. Guest +cart
d2b9eb84 Software Updated to Version a920cc32.. Guest +cart
fce8d353 [Puzzle Solved] ilyag +cart
Software Updated to Vers #
#changelog; #hashtag

Software Updated to Version 242d7ea0..

Installed software version has changed from be7a617f.. to 242d7ea0..

242d7ea0 remove references to expired domain
caac26e8 add GetProgressBar() to scratch.pl
233c2e47 avoid outputting stderr from grep in AddToChainLog() ; chain.pl
2d625fe3 improve progress output in MakeChainIndex() ; chain.pl
ff25d6b8 if debug mode is enabled, re-check it every 1000 log writes in case the flag has been removed ; utils.pl
e33009fc fix comment in run_llm.pl
d1dc3ad2 add searchable comments to table_sort.js
58a570ff add searchable comments in settings.js
49d1e583 add gpg_addressee_id field ;
d99bb23c add handling of gpg_encrypted field in RenderField() ; render_field.pl
5817de8e improve labeling of encrypted messages in GpgParse() ; gpgpg.pl
ebaca703 add searchable comments to render_field.pl
7e9417d7 before signing a message, check if it's already an encrypted message, quit if so. ; crypto2.js
ec708f36 update todo.txt

#changelog

; 8024dbda; like ; +cart
Software Updated to Vers #
#changelog; #hashtag

Software Updated to Version e1bdb6fb..

Installed software version has changed from a920cc32.. to e1bdb6fb..

e1bdb6fb add debug output in settings.js, utils.js
bda7f16a fix bug in GetParentDialog() ; utils.js

#changelog

; c156388a; like ; +cart
Software Updated to Vers #
#changelog; #hashtag

Software Updated to Version a920cc32..

Installed software version has changed from 242d7ea0.. to a920cc32..

a920cc32 move GetParentDialog() from dragging.js to utils.js, because it is sometimes needed without dragging mode enabled ;
ab4cc76c improve searchability of javascript code generated on pages

#changelog

; d2b9eb84; like ; +cart
[Puzzle Solved] #
#puzzle



[Puzzle Solved]


no timestamp; ilyag; 353604e1; like ; +cart
query.sql #


		SELECT
			item_flat.file_path file_path,
			item_flat.item_name item_name,
			item_flat.file_hash file_hash,
			item_flat.author_key author_key,
			item_flat.child_count child_count,
			item_flat.parent_count parent_count,
			item_flat.add_timestamp add_timestamp,
			item_flat.item_title item_title,
			item_flat.item_score item_score,
			item_flat.labels_list labels_list,
			item_flat.item_type item_type,
			item_flat.item_order item_order,
			item_flat.item_sequence item_sequence
		FROM
			item_flat
	 
		WHERE
			file_hash IN (
				SELECT file_hash
				FROM item_flat
				WHERE
					item_score >= 0 AND
					(
						SUBSTR(DATETIME(add_timestamp, 'unixepoch', 'localtime'), 0, 11) = '2025-09-03'
						OR
						file_hash IN (
							SELECT file_hash FROM item_attribute where attribute = 'date' AND value = '2025-09-03'
						)
					)
				)
				AND (
					file_hash NOT IN (
						SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value <> '2025-09-03'
					)
					OR
					file_hash IN (
						SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value = '2025-09-03'
					)
				);
			

Cart #
Paste
Clear
Add All
^
JavaScript #