Subversion Repositories cms

[/] [branches/] - Rev 2305

Go to most recent revision

Filtering Options

Clear current filter

Rev Log message Author Age Path
2167 removed unused file paul 487d 02h 44m /branches/
2166 Added HTML Decode option for completeness paul 487d 02h 44m /branches/
2165 Change / Fix: The SQL count was not returning the correct % as a miss assumption by me that the count was incremented before the cache was checked, and so the sql count is actually only the number that hit the DB so the percentage calc should be 100 / (DB SQL + Cached SQL = total SQL) * cached SQL to give percentage cached paul 487d 03h 02m /branches/
2164 an attempt to fix the sql_count() bug.
i didn't test this, but i see no reason why it shouldn't work :D.
avi 487d 20h 02m /branches/
2163 make approvals list obey the 'approvals_show_old' setting avi 488d 07h 31m /branches/
2162 make the rollback interface appear only if count(revisions) > 1 avi 488d 07h 37m /branches/
2161 fix approvals. avi 488d 07h 46m /branches/
2160 hookup quickapprove. avi 488d 08h 03m /branches/
2159 hookup revisions/approvals interface.

approvals are still not working properly, and quickapprove isn't hooked up yet.
avi 488d 18h 25m /branches/
2158 hookup revision rollback and multi_approve. avi 489d 18h 31m /branches/
2157 fix bug with element updating. this was caused by 2 things:
1) i was inserting_or_updating into the revisions table only where element_id and user_id == ..., but forgot to check for approved == 0 as well.
2) i left the unique key (element_id, user_id) in the definition of revisions table, which doesn't allow users to make more than 1 revision each... :P
avi 490d 01h 27m /branches/
2156 fix a typo that crashed installation avi 490d 01h 50m /branches/
2155 hookup element saving with the new revision class. avi 490d 01h 58m /branches/
2154 this adds a fix for element visibility and deleting that was committed on the trunk and wasn't included in this branch avi 490d 03h 34m /branches/
2153 first bit of new revisions system. this commit is mainly to add code. most things aren't hooked up yet.

###important: this commit breaks saving elements and possibly more things!!!###

* added a new revisions class. this file should contain all revision-related functionality.
* changed merged tbl_elements_archive and tbl_elements_approve into 1 tbl_elements_revisions and added a column 'active_revision' to tbl_elements
* re-wrote ajax::approvals() to work with the new class.
* a couple of small fixes to diffCompare.
avi 490d 03h 49m /branches/
2152 Due to the large posibilty of the revision code breaking the trunk masivly for a while were branching it off, only bug fixes and non destructive features will go into trunk untill this is completed. paul 490d 23h 24m /branches/
2151 Due to the large posibilty of the revision code breaking the trunk masivly for a while were branching it off, only bug fixes and non destructive features will go into trunk untill this is completed. paul 490d 23h 24m /branches/