Skip to content
Snippets Groups Projects
  1. Apr 27, 2004
  2. Apr 26, 2004
  3. Apr 24, 2004
    • Kasper Skårhøj's avatar
      · 0955418b
      Kasper Skårhøj authored
      * Added to TypoScript object browser that the title text of the object links contains information about in which lines in the TypoScript body code that a certain object path is set, cleared, copied.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@229 709f56b5-9817-0410-a4d7-c38de5d9e867
      0955418b
  4. Apr 23, 2004
    • Kasper Skårhøj's avatar
      · 7f042cf9
      Kasper Skårhøj authored
      * Added "removeBadHTML" option to stdWrap - this can help to avoid XSS dangerous HTML.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@228 709f56b5-9817-0410-a4d7-c38de5d9e867
      7f042cf9
    • Kasper Skårhøj's avatar
      · d43c35c1
      Kasper Skårhøj authored
      * Added feature in TYpoScript data type "getText" to get values from GET arrays via "GPvar" key word. Now you can specify ".date = GPvar : tx_myext|mode|index" to get value of &tx_myext[mode][index]
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@227 709f56b5-9817-0410-a4d7-c38de5d9e867
      d43c35c1
    • Kasper Skårhøj's avatar
      · 48b99cda
      Kasper Skårhøj authored
      * Added option "$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = 'no_imagecopyresized_fix';" to avoid using the imagecopyresized workaround in stdgraphic class which has failed for some. Whether the workaround is needed anymore is not certain. Some people say it works fine without.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@226 709f56b5-9817-0410-a4d7-c38de5d9e867
      48b99cda
    • Kasper Skårhøj's avatar
      · 0472bb70
      Kasper Skårhøj authored
      * Added TypoScript condition "hostname" for matching hostnames for IP addresses.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@225 709f56b5-9817-0410-a4d7-c38de5d9e867
      0472bb70
    • Kasper Skårhøj's avatar
      · f0efadfd
      Kasper Skårhøj authored
      * Added API for configuring extra tables/fields for listing in Web > Page
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@224 709f56b5-9817-0410-a4d7-c38de5d9e867
      f0efadfd
    • Kasper Skårhøj's avatar
      · 52c44015
      Kasper Skårhøj authored
      * Added option "mod.web_list.clickTitleMode = edit/info/show" to determine alternative behaviours of title links in the Web > List module.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@223 709f56b5-9817-0410-a4d7-c38de5d9e867
      52c44015
    • Kasper Skårhøj's avatar
      · 6500d6da
      Kasper Skårhøj authored
      * Added Page TSconfig option "mod.web_list.listOnlyInSingleTableView = 1" which makes the List module list only the table names by default. You have to click the table name to get the single-table view before records show up. This is useful for pages containing many records from many tables.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@222 709f56b5-9817-0410-a4d7-c38de5d9e867
      6500d6da
    • Kasper Skårhøj's avatar
      · b1db41d2
      Kasper Skårhøj authored
      * Added refresh button to taskcenter (not in core CVS)
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@221 709f56b5-9817-0410-a4d7-c38de5d9e867
      b1db41d2
    • Kasper Skårhøj's avatar
      · 7576b896
      Kasper Skårhøj authored
      * Added "Login failure" message in backend login box
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@220 709f56b5-9817-0410-a4d7-c38de5d9e867
      7576b896
    • Kasper Skårhøj's avatar
      *** empty log message *** · 64968fcd
      Kasper Skårhøj authored
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@219 709f56b5-9817-0410-a4d7-c38de5d9e867
      64968fcd
    • Kasper Skårhøj's avatar
      · 172aeaed
      Kasper Skårhøj authored
      * Added to user authentication that the HTTP_USER_AGENT is hashed and a part of the session lookup (in other words, if the HTTP_USER_AGENT stays constant the session stays as well). Also added possibility of configuring that the IP adresse used to lock down sessions is only part 1,2,3 or 4 (all) used. Mainly this is easily configurable for frontend users (which has had the "security level" set to "2" now instead of disabled totally!). For backend users I didn't make configuration options in TYPO3_CONF_VARS - just wanted to know if people needed it there first (not to bloat options....)
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@218 709f56b5-9817-0410-a4d7-c38de5d9e867
      172aeaed
    • Kasper Skårhøj's avatar
      · f9244a87
      Kasper Skårhøj authored
      * Added possibility of jumping directly to editing a page in the backend. You specify "alt_main.php?edit=[page id]" and you will be brought directly to the page edit module.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@217 709f56b5-9817-0410-a4d7-c38de5d9e867
      f9244a87
  5. Apr 22, 2004
    • Kasper Skårhøj's avatar
      · 76713c92
      Kasper Skårhøj authored
      * Added in RTE link box: Searched *into* Content ELements of type Text and Text w/Image after anchors (<a name="...">) and lists them as well with content elements to which an anchor link can be made.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@216 709f56b5-9817-0410-a4d7-c38de5d9e867
      76713c92
    • Kasper Skårhøj's avatar
      · 1634e98a
      Kasper Skårhøj authored
      * Added configuration options for what level of pages cache is cleared when you edit a page header. You can not get children and grand-parents cleared as well. (TCEMAIN.clear..... in Page TSconfig)
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@215 709f56b5-9817-0410-a4d7-c38de5d9e867
      1634e98a
  6. Apr 21, 2004
  7. Apr 20, 2004
  8. Apr 19, 2004
    • Kasper Skårhøj's avatar
      · ac5058a7
      Kasper Skårhøj authored
      * "minItems", "maxItems" and "begin" has been added as properties to MENU objects (like TMENU, GMENU, IMGMENU etc) so you can set these values for the individual menus (as they probably should have been in the first place...).
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@209 709f56b5-9817-0410-a4d7-c38de5d9e867
      ac5058a7
    • Kasper Skårhøj's avatar
      · 90a04d1f
      Kasper Skårhøj authored
      * Added a checkbox to the page header in the "cms" extension called "Hide in menu". With this checkbox the page is excluded from menus on the totally same terms as doktype=5 ("Not in menu") does. The implementation is believed to be complete (although there might be some places overlooked). The checkbox renders the doktype 5 "Not in menu" obsolete; the idea is that the checkbox should be used in the future. However it is not that easy to just skip the doktype=5 option. For now a configuration flag has been set by which it can be disabled (see configuration of the "cms" extension). Finally - if anyone read this far - I prophecise, that within two weeks from this moment someone will approach me and want to have a visual response to the "Hide in menu" checkbox in the icon; currently the page icon does NOT change it looks (and it would be very doubtful if we could justify making it change...).
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@208 709f56b5-9817-0410-a4d7-c38de5d9e867
      90a04d1f
    • Kasper Skårhøj's avatar
      · 313e59af
      Kasper Skårhøj authored
      * Fixed incompatibility between Mount Points and property "overrideId" in menus.
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@207 709f56b5-9817-0410-a4d7-c38de5d9e867
      313e59af
    • Kasper Skårhøj's avatar
      · 439ed550
      Kasper Skårhøj authored
      * Added support for JavaScript regular expression evaluation in FORM cObject. Means that fields in formmails can now be checked for a pattern and not only for "required".
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@206 709f56b5-9817-0410-a4d7-c38de5d9e867
      439ed550
    • Martin Kutschker's avatar
      Adding crop() · 133e77d1
      Martin Kutschker authored
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@205 709f56b5-9817-0410-a4d7-c38de5d9e867
      133e77d1