Page 2 of 2

Re: 0.13 Beta 1

Posted: Thu Apr 27, 2006 9:40 am
by petert
katon wrote: Vielleicht wollt Ihr dieses Problem fuer die Developers auf Englisch beschreiben?
*grin*

Re: 0.13 Beta 1

Posted: Wed May 03, 2006 9:30 am
by cyberman
Piratos wrote: Wer sich nun an Smarty Standard halten will sollte grundsätzlich alle Anweisungen an Smarty betreffend caching auf false setzen.
Offensichtlich bist du ja erhört worden  :):

http://viewsvn.cmsmadesimple.org/viewsv ... 2&view=log
Piratos wrote:
Message:
I've made all of these changes (for new installs) except for the one
that changes the select from cms_content.  I'm worried that it will
cause a 404 if a page alias is an integer (which there is no reason
why it can't be).  I couldn't think of a quick fix around it that
would work on postgres.  Thoughts?
Das von Ted zum Thema Indexe.
Hast du das Problem bei deinen Postgres-Tests nachvollziehen können?

Re: 0.13 Beta 1

Posted: Wed May 03, 2006 10:20 am
by Piratos
Postgres-Tests
Nein - da gab es wohl früher mal Probleme mit dem Quoten. Postgresql Treiber von Adodb hat wohl Integerwerte statt als String im content_alias als Integer behandelt und nicht als String.
Da aber seit langem eine Zahl nicht mehr bei der Erfassung als content_alias eingegeben werden kann, ist das komplett erledigt.

Der Code kann da drastisch reduziert werden (Ted weiss das).

Der angenehmer Nebeneffekt ist der das bei Aufruf einer Seite nun endlich auch mal der Index verwendet wird.