Commit Graph

58 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
c7bdd32b9f note: When showing for specific versions, make sure at least one version is selected 2009-08-08 04:13:20 +02:00
Alexander Nicolaysen Sørnes
f459f341b4 note: Prevent link creation for version notes 2009-08-07 15:24:41 +02:00
Alexander Nicolaysen Sørnes
68b9a2b69e note: Allow showing notes for a list of versions 2009-08-06 18:35:17 +02:00
Alexander Nicolaysen Sørnes
6f1de39837 note: Allow moving from app to version, fix some mail texts 2009-07-30 14:46:56 +02:00
Alexander Nicolaysen Sørnes
295ff345ba Misc. capitalization changes 2009-07-29 21:25:38 +02:00
Alexander Nicolaysen Sørnes
e07acae8d9 note: Improve logic in object{Get,Set}Parent 2009-07-29 20:47:42 +02:00
Alexander Nicolaysen Sørnes
b5e4093097 note: Show app notes above version notes 2009-07-29 17:54:18 +02:00
Alexander Nicolaysen Sørnes
46e3f876cf note: Add missing parentheses to SQL query 2009-07-29 17:41:20 +02:00
Alexander Nicolaysen Sørnes
bb050bc040 note: Fix e-mail test when moving from version to app 2009-07-29 17:33:41 +02:00
Alexander Nicolaysen Sørnes
9b9d3378aa note: Remove reference to undefined variable 2009-07-29 16:34:02 +02:00
Alexander Nicolaysen Sørnes
c3beccd38d note: Fix a warning when editing notes 2009-07-29 16:32:37 +02:00
Alexander Nicolaysen Sørnes
b4bae2f9fe note: Allow moving from version to app 2009-07-29 05:53:50 +02:00
Alexander Nicolaysen Sørnes
c37fbc6295 Add support for application-wide notes 2009-07-28 17:48:52 +02:00
Alexander Nicolaysen Sørnes
0f82fb839c note: Remove obsolete line from update() 2009-07-23 16:24:08 +02:00
Alexander Nicolaysen Sørnes
e9c4d2ef16 Implement version::objectMoveChildren() on top of version::objectGetChildren() 2009-07-23 02:13:23 +02:00
Alexander Nicolaysen Sørnes
0339fa60c2 Revert "Add support for application-wide notes & how-tos"
This reverts commit e546738913.
2009-07-21 16:02:05 +02:00
Alexander Nicolaysen Sørnes
e546738913 Add support for application-wide notes & how-tos 2009-07-21 15:52:58 +02:00
Chris Morgan
9f956d4ccc Assorted spelling fixes from Francois Gouget 2008-06-26 12:07:29 -04:00
Alexander Nicolaysen Sørnes
ed64f049d7 Standardize objectGetEntries parameters 2008-04-13 18:38:17 -04:00
Jeff Zaroyko
16949bb71c tidy appdb html to make it validate - try 4 2008-02-25 19:27:36 -05:00
Jeff Zaroyko
ccbc842d5c improve the look of notes,warnings,comments 2008-02-22 19:17:32 -05:00
Jeff Zaroyko
155f631a4b Increase readability by using slightly softer colours 2008-02-19 22:25:03 -05:00
Alexander Nicolaysen Sørnes
d8c67b4740 test_om_objects: Extend objectGetEntries test 2008-01-23 14:35:57 -05:00
Alexander Nicolaysen Sørnes
1f081f4be1 test_om_objects: Test unQueue() 2008-01-23 10:45:39 -05:00
Alexander Nicolaysen Sørnes
9b92c2221c Use sState for objectGetEntries[Count]() 2008-01-20 16:13:27 -05:00
Alexander Nicolaysen Sørnes
8c7bd3a5e9 Add initial un-delete support 2007-12-18 20:17:06 -05:00
Alexander Nicolaysen Sørnes
d7fc82c72f objectManager: add preview support, use it for notes 2007-09-23 11:43:32 -04:00
Alexander Nicolaysen Sørnes
72a250b2b0 Use objectManager to add and edit notes 2007-09-19 20:38:17 -04:00
Chris Morgan
2827e0654e Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Let objectManager handle deletion and delete notification.
2007-09-14 23:02:12 -04:00
Alexander Nicolaysen Sørnes
faf7d9bb19 Add objectGetChildren() method to classes without child objects 2007-09-08 22:29:17 +00:00
Chris Morgan
6119246b51 Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
with calls specific to the appdb or bugzilla database. Fixes a bug where a call to
mysql_insert_id() can potentially retrieve an id from either the bugzilla or appdb database,
depending on whichever database was last opened by mysql_connect().
2007-08-03 23:27:25 +00:00
Chris Morgan
b94a2a392b Convert from timestamp to datetime. Datetime is consistent between mysql 4.0x and newer
versions and is faster for date/time computations. Modify object creation methods to specify
any time fields that were previously updated with timestamp properties.
2007-07-31 23:48:22 +00:00
Chris Morgan
a923d0ff2f Add objectManager support to the note class 2007-07-30 00:27:37 +00:00
Alexander Nicolaysen Sørnes
2f3587f15d Fix note update mails to include changes again. Append the version url to the message text
instead of overwriting it
2007-04-27 23:33:34 +00:00
Alexander Nicolaysen Sørnes
169d7ca493 Use objectMakeUrl()/Link() in more places 2007-04-08 23:04:31 +00:00
Alexander Nicolaysen Sørnes
917851fceb Fix naming of OutputEditor() to be outputEditor() 2007-01-17 03:18:49 +00:00
Chris Morgan
bafd714c01 Note desription can contain html so rename it from sDescription to shDescription so the filtering doesn't remove html tags 2007-01-06 06:21:41 +00:00
Chris Morgan
a1a41d6b87 Fix and enable input filtering through include/filter.php 2007-01-04 02:35:01 +00:00
Alexander Nicolaysen Sørnes
077ee450b7 Fix the note deletion mail so it displays the information it is supposed to. 2007-01-02 04:44:27 +00:00
Alexander Nicolaysen Sørnes
72a8cd48c1 Add some missing quotes to input tags, to prevent the variables from being
assigned garbage values. Also conform the affected tags to newer HTML standards.
2006-12-02 05:10:11 +00:00
WineHQ
b858e2ba53 Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors. 2006-11-25 17:24:44 +00:00
EA Durbin
c2a21ce08a Add version.php to includes as notes.php calls a new Version constructor. 2006-09-01 02:25:18 +00:00
Jonathan Ernst
a4e384604b Fix missing reply text by renaming replyText to sReplyText 2006-07-13 18:54:10 +00:00
Chris Morgan
f05c05864e Pass input arrays into GetOutputEditoValues() and CheckOutputEditorInput(). We don't want
classes to be hardcoded to read directly from $_REQUEST
2006-07-08 22:06:28 +00:00
Jonathan Ernst
735a2bc65f Prefix all GPC variables according to our coding standard 2006-07-06 17:27:54 +00:00
Chris Morgan
91b44a3733 Cleanup note editing. Improve previewing of notes during addition and editing. Rename note related
variables to have the proper prefix.
2006-06-30 19:48:33 +00:00
Chris Morgan
5e1cb3f8a9 Cleanup note class, move display of notes into the class. External code creates and calls Note::show() to display the note. 2006-06-29 19:22:26 +00:00
Chris Morgan
034ea689bc Clean up application and version classes. Move class related functions into the class as static member functions 2006-06-29 16:07:19 +00:00
Chris Morgan
245a6b993e Cleanup User class. Move user related functions into class as static member functions 2006-06-29 15:54:29 +00:00
Chris Morgan
e3f9e5371a Use query_parameters() in SQL select, update and delete statements to protect against
sql injection attacks
2006-06-27 19:16:27 +00:00