User tests: Successful: Unsuccessful:
This PR moves from the CMS input class to the frameworks input class
To test just navigate around the CMS - the Input class will be used on every single page. Make sure things like urls work, redirecting works, saving items works etc.
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-20 18:59:30 |
Status | Closed | ⇒ | New |
No. I did the test with mysql. Postgres will follow ;-).
@test works
I tested with mysql and postgresql and applied additionally #4997. The error on the mysql installation has gone. Under postgresql, content versioning in the frontend doesn´t seem to work at all. There are no error messages but the version box will always be empty no matter how often you change your content. This has nothing to do with your patch.
Closing this for now - as it doesn't really make sense doing this without doing the same thing for the filter class which is so coupled to the input class. Will open a new PR this weekend hopefully.
Status | New | ⇒ | Closed |
Closed_Date | 2014-11-20 18:59:30 | ⇒ | 2014-12-19 12:24:30 |
I basically did a new homepage working in front- and backend. I found several "problems" which I have to sort out as the appear both in a vanilla stage branch install with or without your patch applied. There is one thing which I expirenced with applying your patch that works in my installation without the patch.
You should than see this error message:
500 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND
h
.ucm_type_id
= 1' at line 4 SQL=SELECT COUNT() FROMhmlr9_ucm_history
AS h LEFT JOIN hmlr9_users AS uc ON uc.id = h.editor_user_id WHEREh
.ucm_item_id
= ANDh
.ucm_type_id
= 1 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ANDh
.ucm_type_id
= 1 ORDER BYh
.save_date
DESC LIMIT 0, 20' at line 4 SQL=SELECT h.version_id, h.ucm_item_id, h.ucm_type_id, h.version_note, h.save_date, h.editor_user_id,h.character_count, h.sha1_hash, h.version_data, h.keep_forever,uc.name AS editor FROMhmlr9_ucm_history
AS h LEFT JOIN hmlr9_users AS uc ON uc.id = h.editor_user_id WHEREh
.ucm_item_id
= ANDh
.ucm_type_id
= 1 ORDER BYh
.save_date
DESC LIMIT 0, 20 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ANDh
.ucm_type_id
= 1' at line 4 SQL=SELECT COUNT() FROMhmlr9_ucm_history
AS h LEFT JOIN hmlr9_users AS uc ON uc.id = h.editor_user_id WHEREh
.ucm_item_id
= ANDh
.ucm_type_id
= 1If you would save the article and edit it again and click on the version button, everthing works.