I am trying to add everything I have done - but do not take this list for complete! - Olaf Noehring ==================================================================== + new / added - removed * changed (works different now) / checked / tested (tag ) search this file for the tags to get more information -------------- version 0.939 * removed bug with TSEP path (now stored when opening configuration.php) * updated docs * updated todo -------------- version 0.938 + removed bug in IE on indexer.php -> mouse over links breaks layout, was CSS error + CSS corrected + TSEP path is saved automatically + added correct description in indexoverview to title and URL link + introduced tags: tsep:cmd:start, tsep:cmd:end, tsep:cmd:noindex + updated and split documentation * removed bug from phpcrawl4tsep + pages are now shown in the iso encoding used in the language.php (tag: ) * corrected english language.php - TRANSLATORS: please update the translations! + removed indexedit link from navigation area. + indexoverview: click on page title opens the indexedit, click on URL opens the page itself + created the putsortoder.php file in /include. Was in logview.php now we can use it in other files (indexoverview) Corrected the fuction to work this way (new $gotoURL parameter) + sort indexoverview + corrected polish language directory name (po now correct pl) * configuration: true / false should be dropdown boxes in configuration.php + groups in configuration + each field can have help * configuration of between how many results the user can choose: multiple values can be entered at once, no doubles can be entered * stopwords: can be entered comma seperated now; no doubles can be entered * starting parameters for indexer.php: indexer.php?startindexing - starts creating a new index for the current indexingprofile indexer.php?startindexing&profile=xxx - starts creating a new index for indexingprofile named xxx indexer.php?showcompleteindex - show complete index currently stored indexer.php - shows the maintain-screen + meta tags are saved now (was incorrect before). They are put into an extra field * new database structure - change tsep_config: formfieldvalue to different (larger fieldtype) + Indexingprofiles: + work with profiles from indexer.php + an indexentry can belong do multiple profiles + protect entry from being indexed automatically + indexing only for the chosen profile 1. delete all entries of the profile which are not protected 2. create new index of all matching (to that profile) files/directories with no overwriting of protected files If an entry is not protected it will be renewed even if it belongs to different profiles. * correct the search field in the indexer: When you search any special characters (õ -> ä) from here it does not work + many other changes! -------------- version 0.935.5 (not public) + grab TSEP path for the installation and the indexer.php (no need to enter that manually anymore) * fixed: not really indexing files but telling us so (not really indexing again ;-) ) + local files are opened via local fopens. this should prevent firewall actions which disallows us to open files to read their contents * fixed call of css should now be correct -------------- version 0.935.3 (not public) * removed many superfluous tags in indexer.php this solved the problem of loosing configuration * removed "weird code" part from indexer + fixed error with outputting $tsep_lng['pages_found'] when that contained special characters ( "pages trouvées."), Thanks for the hint Alain + fixed SF bug 1082257: check excluded directories in the section of code that recursively calls search_get instead of the section , dir_exclude is being checked also in the read_dir-function * correct the number of pages shown after creating a new index * changed 0929 and 0925 was not public + fileextension-filter now can be maintained from within indexers "build new index"-page + fileextension-filter also made available for external datasupply via global var $TSEPextinclude * phpcrawl4tsep.php: AllowFollowMatch-definition now uses $TSEPextinclude -------------- version 0.926 (not public) * placed $start_time in indexer in the bedinning of the file * removed bug when accessing a directory * change "(c) TSEP" to "powered by TSEP" * updated documentation -------------- version 0.925.2.ON (not public) * updated french language from Alain (additional) * time limit possible (set to 1800) now if safemode is off (might be important for many files) tag: now: // if (!( $ct == 10 or $ct == 25 or ($ct % 50) == 0 )) // return; we are NOT spidering ourselves, but we let others spider for us! + add crawling / spidering along URL additional to opening files by fopen. The admin can choose which way. Also both can be done (indexing twice, but writing of course only one entry for each page to the database) : http://phpcrawl.sf.net and phpdig.net > >And one more thing. My translation is encoded in ISO-8859-2 but your scripts don't allow to change the encoding. You could add one more variable in you config file or, which I think would be better, a variable in the language file. This variable could be used to determine which encoding is to be used. > I do not really understand what you mean, please explain. Well. AFAIR the tag can't be changed in an easy way. That involves some problems because Polish special characters require ISO-8859-2 charset encoding. That's why I recommend adding a new variable to the config file or to every of the translated texts files. Example: in one of the files I've mentioned: $charset = 'ISO-8859-2'; and in every html header: echo('