Commit Graph

953 Commits

Author SHA1 Message Date
ritt 606f0f4509 Changed ?) smiley to ?-)
SVN revision: 1723
2006-10-10 09:19:23 +00:00
ritt 1618bb2cec Implemented "suppress email on edit"
SVN revision: 1722
2006-10-09 20:31:10 +00:00
ritt be46cb4082 Implemented 'allowed encoding' option
SVN revision: 1719
2006-09-27 21:02:24 +00:00
ritt ee6bb24563 Fixed wrong truncation of email recipient
SVN revision: 1714
2006-08-15 11:19:56 +00:00
ritt 469d259ed4 Added 'preset on duplicate'
SVN revision: 1713
2006-08-15 11:08:23 +00:00
ritt 2a3ebf2706 - Display cwd for various directories
- Do attribute substitution in email recipients

SVN revision: 1712
2006-08-15 11:02:48 +00:00
ritt 21d7dd52f3 Display proper error message if config file cannot be read
SVN revision: 1711
2006-08-08 22:51:20 +00:00
ritt 987d462554 Added "Main tab URL"
Added "fa=..." file attachment (mhttpd)
Preview attachments in edit form if not turned off via "Preview attachments = 0"

SVN revision: 1709
2006-08-01 23:04:39 +00:00
ritt 098e25ef43 - moved password file, log file etc. to logbook directory
- improved shell substitution speed

SVN revision: 1708
2006-08-01 04:14:18 +00:00
ritt 5a1dfb0c0d Added TITLE tags to smileys
SVN revision: 1706
2006-07-15 16:10:24 +00:00
ritt f6bbf0009b Added ALT tags to smileys
SVN revision: 1705
2006-07-15 16:01:43 +00:00
ritt e8709679bb Changed eek.png to astonished.png
SVN revision: 1704
2006-07-15 15:55:17 +00:00
ritt 5e40c8421a Fixed bug with multiple conditions which was introduced in SVN 1696
SVN revision: 1702
2006-07-13 13:11:05 +00:00
ritt bd8cd32e80 Fixed inline image insertion in Internet Explorer
SVN revision: 1701
2006-07-11 20:53:07 +00:00
ritt 5747ba18fe Release 2.6.2-1
SVN revision: 1699
2006-07-11 08:23:04 +00:00
ritt bac6f9af42 Fixed crash on email notification for edits
SVN revision: 1697
2006-07-11 07:52:17 +00:00
ritt ceb2389f87 Implemented 'list conditions'
SVN revision: 1696
2006-07-06 14:07:40 +00:00
ritt 71c4f06698 Fixed problem with broken navigation links (strencode2 got wrong 'size' parameter)
SVN revision: 1695
2006-07-05 10:47:31 +00:00
ritt f0dc911c2b Fixed wrong focus switching to text box for conditional attributes
SVN revision: 1691
2006-06-13 06:38:14 +00:00
ritt e9f641086f Implemented "bottom text login"
SVN revision: 1688
2006-05-24 06:54:14 +00:00
ritt db3f0a98cc Fixed crash on mirroring with write password
SVN revision: 1687
2006-05-19 19:26:01 +00:00
ritt 8a38d11c4c Do $shell() substitution after attribute substitution
SVN revision: 1684
2006-04-05 07:43:20 +00:00
ritt b0e4d74b30 Fixed problem with using locks and changing encoding
SVN revision: 1683
2006-04-04 18:43:13 +00:00
ritt a30541010f Implemented "Anonymous" substitution if no user is logged int
SVN revision: 1681
2006-04-01 13:01:09 +00:00
ritt 6900f4992f Fixed problem with garbled email header
SVN revision: 1680
2006-03-29 08:58:14 +00:00
ritt 4839d23343 Write email text to logfile
SVN revision: 1679
2006-03-28 18:20:09 +00:00
ritt 472790e412 Show attachments by default in full list mode
SVN revision: 1678
2006-03-28 15:17:11 +00:00
ritt 03124c3d02 Changed "cool" icon from 8) to 8-) in order to avoid misinterpretations
SVN revision: 1676
2006-03-16 11:54:56 +00:00
ritt cfc340279b Removed WNOHANG
SVN revision: 1675
2006-03-15 07:51:43 +00:00
ritt 1ad324ef42 Replaced wait() with waitpid()
SVN revision: 1674
2006-03-15 07:42:04 +00:00
ritt dc5f1181ab Fixed problem in my_read()
SVN revision: 1671
2006-03-06 08:39:09 +00:00
ritt 3b45b11b74 Fixed compiler warning
SVN revision: 1670
2006-03-06 08:31:19 +00:00
ritt 456675fc9d - Replaced read() with my_read() to be thread save
- Implemented $version and $revision in bottom text
- Implemented "Hidden attributes = ..."
- Fixed invalid link if searched in all logbooks

SVN revision: 1669
2006-03-04 11:15:38 +00:00
ritt fac1c1313b Version 2.6.1-3
SVN revision: 1668
2006-02-23 14:38:19 +00:00
ritt b20ee70664 Fixed broken 'protect selection page'
SVN revision: 1667
2006-02-23 14:35:35 +00:00
ritt dd575a5409 Added tooltip display in normal list mode and entry view
SVN revision: 1666
2006-02-23 14:19:34 +00:00
ritt b8c5ddd371 Fixed problems with self registration
SVN revision: 1663
2006-02-22 07:59:29 +00:00
ritt 1c1c984329 Removed $Log$ from header
SVN revision: 1662
2006-02-21 19:23:18 +00:00
ritt c83ed4e61a Applied patch from Achim Gsell to fix compiler warnings under 64bit OS
SVN revision: 1661
2006-02-21 13:06:43 +00:00
ritt 6055f240ab Removed pty.h
SVN revision: 1660
2006-02-17 19:48:12 +00:00
ritt 01b53a2b55 Replaced forkpty() with shell redirection to temporary file
SVN revision: 1658
2006-02-17 12:27:51 +00:00
ritt ca60501c94 Added \r\n after quote
SVN revision: 1657
2006-02-13 09:26:23 +00:00
ritt 907b46a04e Added forkpty() code for Solaris experimentally
SVN revision: 1656
2006-02-10 12:55:58 +00:00
ritt 7d37837644 Fixed illegal submit from curl()
SVN revision: 1655
2006-02-10 10:32:35 +00:00
ritt 652d99bc91 Removed SIZE= from FROM: in sendmail
SVN revision: 1654
2006-02-09 08:07:56 +00:00
ritt 51377a72e6 Fixed problem with closing </ol> / </ul>
SVN revision: 1653
2006-02-07 11:54:54 +00:00
ritt a72b42ec4b Strip any group or top group
SVN revision: 1652
2006-02-07 08:26:59 +00:00
ritt c32996bd3d Use encoded logbook name for comparison
SVN revision: 1651
2006-02-07 07:56:08 +00:00
ritt 5cf2d03ca9 Strip ANY logbook in new redirection method
SVN revision: 1650
2006-02-07 07:46:11 +00:00
ritt c35ee65a0c Fixed typo
SVN revision: 1649
2006-02-06 16:17:49 +00:00