cms
pmt
rss-parser
smart_performance
vgs643
xmpp_server
repos 1
Subversion Repositories
cms
[
/
] [
branches
/] - Rev 2307
Go to most recent revision
Filtering Options
From rev
To rev
Max revs
Search for
Clear current filter
Rev
Log message
Author
Age
Path
2167
removed unused file
paul
483d 11h 57m
/branches/
2166
Added HTML Decode option for completeness
paul
483d 11h 57m
/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
483d 12h 15m
/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
484d 05h 15m
/branches/
2163
make approvals list obey the 'approvals_show_old' setting
avi
484d 16h 44m
/branches/
2162
make the rollback interface appear only if count(revisions) > 1
avi
484d 16h 51m
/branches/
2161
fix approvals.
avi
484d 16h 59m
/branches/
2160
hookup quickapprove.
avi
484d 17h 16m
/branches/
2159
hookup revisions/approvals interface.
approvals are still not working properly, and quickapprove isn't hooked up yet.
avi
485d 03h 38m
/branches/
2158
hookup revision rollback and multi_approve.
avi
486d 03h 44m
/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
486d 10h 40m
/branches/
2156
fix a typo that crashed installation
avi
486d 11h 03m
/branches/
2155
hookup element saving with the new revision class.
avi
486d 11h 11m
/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
486d 12h 47m
/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
486d 13h 02m
/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
487d 08h 37m
/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
487d 08h 37m
/branches/