| [ PHPXref.com ] | [ Generated: Sun Jul 20 20:31:03 2008 ] | [ SyntaxCMS 1.2.1 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 2005-03-27 12:05 sandys1 2 3 * dump.sql, restore.sql: Submitted by: SFS Add a section to support 4 the feedback module as well as an event to give the calendar an 5 example. 6 7 2005-03-27 09:38 sandys1 8 9 * private/modules/feedback/init/register.php: Submitted by: SFS Add 10 logical defaults to recipient and subject. 11 12 2005-03-25 15:04 sandys1 13 14 * private/lib/ext/PxDB/classes/content/output/: 15 pxdb_collection.class.php, pxdb_search.class.php: Submitted by: 16 SFS Code formatting error and restored a documentation line. 17 18 2005-03-25 14:25 sandys1 19 20 * dump.sql, restore.sql: Submitted by: SFS Cleaned up data to match 21 current code. Also created "restore" file that will blow out your 22 current instance and take it back to the defaults if you really 23 mess things up. Useful for testing and experimentation. 24 25 2005-03-25 14:12 sandys1 26 27 * private/modules/article/init/register.php: Submitted by: SFS 28 Removed redundant code now performed in autogenerated class 29 files. 30 31 2005-03-25 14:10 sandys1 32 33 * private/modules/article/lib/: GeneralArticleCollection.class.php, 34 ResourceCollection.class.php: Submitted by: SFS Obsolete. 35 36 2005-03-25 14:08 sandys1 37 38 * private/modules/article/lib/DocumentCollection.class.php: 39 Submitted by: SFS Unnecessary file. 40 41 2005-03-25 14:06 sandys1 42 43 * private/modules/: article/lib/Document.class.php, 44 article/lib/GeneralArticle.class.php, 45 article/lib/Resource.class.php, article/templates/detail-art.tpl, 46 article/templates/detail-doc.tpl, 47 article/templates/detail-link.tpl, 48 article/templates/listitem-art.tpl, 49 article/templates/listitem-doc.tpl, 50 article/templates/listitem-featured-art.tpl, 51 article/templates/listitem-featured-doc.tpl, 52 article/templates/listitem-featured-link.tpl, 53 article/templates/listitem-link.tpl, 54 general/templates/detail-sidebar.tpl, 55 general/templates/listitem-featured.tpl: Submitted by: SFS 56 Cleanup to remove errors and modernize code. 57 58 2005-03-25 13:58 sandys1 59 60 * private/files/: 329_image_f1logonew.gif, 412_file_SyntaxCMS.pdf: 61 Submitted by: SFS Sample files for default distribution. 62 63 2005-03-25 11:57 sandys1 64 65 * private/modules/ad/image.php: Submitted by: SFS Cleanup code, 66 support new default design. 67 68 2005-03-25 11:47 sandys1 69 70 * public/style.css: Submitted by: SFS Cleaned up presentation of 71 secondary ad. 72 73 2005-03-25 11:08 sandys1 74 75 * public/images/syntaxCMS.gif: Obtained from: KV Submitted by: SFS 76 Reviewed by: CL Missed an image on the design upgrade. 77 78 2005-03-25 11:04 sandys1 79 80 * private/: init/init.php, init/init.urls.php, 81 lib/syntaxcms/StxUtilities.php: Submitted by: SFS Reviewed by: 82 NJC A namespaced class of static methods to replace the old 83 functions.lib.php and the necessarily long function names 84 required to namespace those functions. 85 86 2005-03-25 11:01 sandys1 87 88 * private/user/CustomUtilities.php: Initial revision 89 90 2005-03-25 11:01 sandys1 91 92 * private/user/CustomUtilities.php: Submitted by: SFS Stub for 93 custom utilities. No longer need to create additional functions 94 in functions.lib.php (which is now deprecated anyway). 95 96 2005-03-24 17:59 sandys1 97 98 * public/admin/display/modules.disp.php: Submitted by: SFS Add link 99 to Image Manager 100 101 2005-03-24 17:16 sandys1 102 103 * public/admin/modules/image_manager/: config.php, 104 image_manager.css, image_manager.js, index.php, 105 actions/delete_file.php, actions/mkdir.php, 106 actions/upload_file.php, lib/ImageManager.php, views/start.php: 107 Initial revision 108 109 2005-03-24 17:16 sandys1 110 111 * public/admin/modules/image_manager/: config.php, 112 image_manager.css, image_manager.js, index.php, 113 actions/delete_file.php, actions/mkdir.php, 114 actions/upload_file.php, lib/ImageManager.php, views/start.php: 115 Obtained from: OAM Submitted by: SFS Image manager - upload 116 manager for /public/images. Allows hiding of directories if you 117 have icons you don't want overwritten or something. 118 119 2005-03-24 15:45 sandys1 120 121 * private/modules/search/lib/class.DBSearch.php: Submitted by: SFS 122 got rid of needless 'general2' module test (doesn't exist among 123 other things) 124 125 2005-03-24 15:08 sandys1 126 127 * private/config/user.conf.php: Submitted by: SFS Changes to 128 support default search module 129 130 2005-03-24 14:55 sandys1 131 132 * private/modules/search/lib/class.DBSearch.php: Submitted by: SFS 133 Reviewed by: OAM Fix for ordering results by relevance, code 134 cleanup, documentation added 135 136 2005-03-23 15:38 sandys1 137 138 * 139 private/lib/ext/PxDB/classes/content/output/pxdb_search.class.php: 140 Submitted by: SFS Wrong number of arguments to recursive call to 141 _add_field. This prevented you from properly restricting quoting 142 on something like restricting a datatype to either the presence 143 or absense of a related datatype. (e.g. $filter-> 144 add_value('related', 'NULL', 'IS NOT', null, false);) 145 146 2005-03-23 11:46 sandys1 147 148 * public/style.css: Obtained from: NP Submitted by: SFS Tweaks to 149 design upgrade 150 151 2005-03-23 11:40 sandys1 152 153 * private/modules/article/templates/detail-link.tpl: Submitted by: 154 SFS Fixed bad HTML 155 156 2005-03-23 11:27 sandys1 157 158 * private/modules/general/browse.php: Submitted by: SFS Changed to 159 use no_content.tpl template when no records exist in the result. 160 161 2005-03-22 20:13 sandys1 162 163 * private/templates/: footer.tpl, header.tpl, section/_home.tpl: 164 Obtained from: CL Submitted by: SFS Reviewed by: KV Design 165 upgrade 166 167 2005-03-22 20:08 sandys1 168 169 * public/style.css: Obtained from: CL Submitted by: SFS Reviewed 170 by: KV New design upgrade 171 172 2005-03-22 20:07 sandys1 173 174 * public/images/: road.jpg, shadow_border_01.gif, 175 shadow_border_02.gif, shadow_border_03.gif, shadow_border_04.gif, 176 shadow_border_05.gif, shadow_border_06.gif, shadow_border_07.gif, 177 shadow_border_08.gif: Obtained from: CL Submitted by: SFS 178 Reviewed by: KV Images for design upgrade. 179 180 2005-03-22 20:02 sandys1 181 182 * public/images/: f1logo_home.gif, gobutton.gif: Obtained from: CL 183 Submitted by: SFS Reviewed by: KV Part of default design upgrade. 184 185 2005-03-22 15:42 omerida 186 187 * public/admin/list.php: Obtained from: OM Submitted by: OM 188 Reviewed by: SS Fixed default set order by to use sunrise DESC 189 correctly. Code style cleanup. 190 191 2005-03-22 14:38 omerida 192 193 * 194 private/lib/ext/PxDB/classes/content/output/pxdb_collection.class.php: 195 Obtained from: OM Submitted by: OM Reviewed by: OM 196 set_show_unapproved() needs to call find() so that the unapprove 197 setting is used in cases where you have a collection but no 198 filter. otherwise, set_show_unapproved didn't affect the sql 199 that was being generated. 200 201 2005-03-18 14:25 sandys1 202 203 * private/lib/ext/PxDB/events/syntax_section_handler.class.php: 204 Submitted by: SFS Reviewed by: OAM More reliably update children 205 without clobbering similarly-named siblings when you change a 206 parent. 207 208 2005-03-15 14:58 omerida 209 210 * private/lib/syntaxcms/Request/Request.class.php: Added 211 getVarsAsQueryString to persist values in href if needed 212 213 2005-03-15 14:52 omerida 214 215 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Obtained 216 from: OM Submitted by: OM Made sure all parts of the path are 217 sent to a module if its using a default capability. Previously, 218 it lost everything after the first path element. Now, detail 219 should be usable as a default capability. 220 221 2005-03-11 14:46 sandys1 222 223 * private/lib/syntaxcms/functions.lib.php: Obtained from: AC 224 Submitted by: SFS Reviewed by: SFS Function to detect whether a 225 URL is internal or external to the site. 226 227 2005-03-10 16:44 omerida 228 229 * private/lib/ext/PxDB/classes/metadata/pxdb_typesfield.class.php: 230 Submitted by: OAM Reviewed by: SFS Massive PHP Notices cleanup 231 for undefined array indexes in getter/setter functions. 232 233 2005-03-08 00:21 sandys1 234 235 * 236 private/lib/ext/PxDB/classes/content/output/pxdb_collection.class.php: 237 Submitted by: SFS Slight SQL formatting and cleaning up bogus 238 formatting from previous attempt (grep too greedy) 239 240 2005-03-07 23:14 sandys1 241 242 * public/admin/style.css: Submitted by: SFS Finally ditched the 243 annoying :hover jump for the left nav 244 245 2005-03-04 18:26 sandys1 246 247 * private/templates/: footer.tpl, section/_home.tpl: Submitted by: 248 SFS Accessibility upgrade and also fix footer to point at new 249 search module 250 251 2005-03-04 18:13 sandys1 252 253 * private/: config/user.conf.php, 254 lib/syntaxcms/SectionNavigator.php, modules/search/results.php: 255 Obtained from: OAM/SFS Submitted by: SFS Fix for search to allow 256 it to include sections 257 258 2005-03-04 18:09 sandys1 259 260 * private/modules/section/: detail.php, list.php, init/init.php, 261 init/register.php, lib/README, lib/class.DBSearch_section.php, 262 templates/README, templates/detail.tpl, templates/list.tpl, 263 templates/list_unordered.tpl, templates/listitem.tpl, 264 templates/option.tpl, templates/select_nav.tpl, 265 templates/short_desc.tpl: Obtained from: OAM Submitted by: SFS 266 Reviewed by: SFS Section handling module used for the search 267 function 268 269 2005-03-04 17:48 sandys1 270 271 * private/lib/syntaxcms/Modules.class.php: Submitted by: SFS 272 Reviewed by: NC, OAM Fix aggregateAttributes to do a strict (===) 273 comparison of the second argument, so empty arrays don't get 274 passed, as often can happen when it is used in combination with 275 findModules(). previously if there were no results, all modules 276 would ironically be returned. If you have problems, update your 277 user.conf.php file to strictly say what modules should be 278 publicly exposed, for example. 279 280 2005-03-04 15:43 sandys1 281 282 * private/modules/search/results.php: Submitted by: SFS Removed 283 reference to nonexistent sidebar template 284 285 2005-03-04 15:08 sandys1 286 287 * private/lib/ext/PxDB/events/syntax_section_handler.class.php: 288 Issue number: 14 Submitted by: SFS Cleaned out some debugging 289 code 290 291 2005-03-04 13:53 sandys1 292 293 * private/lib/ext/PxDB/events/syntax_section_handler.class.php: 294 Issue number: 14 Submitted by: SFS Fixed regression introduced in 295 previous fix. 296 297 2005-03-04 13:33 ncowham 298 299 * private/lib/syntaxcms/functions.lib.php: Fixed missing optional 300 parameter bug in _link() function 301 302 2005-03-03 22:34 sandys1 303 304 * private/lib/ext/PxDB/events/syntax_section_handler.class.php: 305 Issue number: 14 Submitted by: SFS Changed to update all 306 descendants of a section when the URL ID changes. 307 308 2005-03-03 16:40 sandys1 309 310 * public/admin/display/header.disp.php: Submitted by: SFS Added alt 311 attribute to logout image 312 313 2005-03-03 16:07 sandys1 314 315 * public/admin/display/templates/showform.tpl: Submitted by: SFS 316 HTML cleanup, accessibility, and XHTML compatibility fixes 317 318 2005-03-03 16:04 sandys1 319 320 * private/lib/ext/PxDB/templates/showform.tpl: Submitted by: SFS 321 Accessibility and further HTML cleanup. Also now can be used in 322 XHTML context. 323 324 2005-03-03 16:02 sandys1 325 326 * private/lib/ext/PxDB/plugins/widgets/readonly.php: Submitted by: 327 SFS accessibility update 328 329 2005-03-03 15:59 sandys1 330 331 * private/lib/ext/PxDB/plugins/widgets/: pick_2col.php, 332 pick_3col.php: Submitted by: SFS Accessibility update 333 334 2005-03-03 15:51 sandys1 335 336 * private/lib/ext/PxDB/plugins/widgets/pick_1col.php: Submitted by: 337 SFS Accessibility update 338 339 2005-03-03 15:49 sandys1 340 341 * private/lib/ext/PxDB/plugins/widgets/optional_date.php: Submitted 342 by: SFS accessibility and HTML validity update 343 344 2005-03-03 15:47 sandys1 345 346 * private/lib/ext/PxDB/classes/content/input/pxdb_input.class.php: 347 Submitted by: SFS Accessibility cleanup--added <label> elements 348 to all major form labels. 349 350 2005-03-03 15:45 sandys1 351 352 * 353 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 354 Submitted by: SFS Major accessibility, HTML validity, and code 355 cleanup. Also simplified read-only password widget to just use a 356 plain text string of '****'. Also changed _get_css_tag to 357 _get_css_attribute so newbie developers don't mistake HTML 358 attributes for HTML tags. 359 360 2005-03-03 15:41 ncowham 361 362 * dump.sql, 363 private/lib/ext/PxDB/classes/tools/pxdb_tools.class.php, 364 private/lib/ext/PxDB/config/initialize.php, 365 private/lib/ext/PxDB/config/install/mysql-upgrade.php, 366 private/lib/syntaxcms/SectionNavigator.php, 367 public/admin/display/tab_header.disp.php, 368 public/admin/includes/pane_content.php, 369 public/admin/includes/lib/custom_validators.lib.php, 370 public/admin/includes/lib/custom_widgets.lib.php, 371 public/admin/modules/navigation/lib.php, 372 public/admin/modules/navigation/display/list.disp.php: Added 373 facility to create URL links in section navigation as well as 374 navigable section pages 375 376 2005-03-02 19:11 sandys1 377 378 * private/modules/feedback/input.php: Submitted by: SFS Friendlier 379 error message to prompt people to configure new installs. 380 381 2005-03-02 19:09 sandys1 382 383 * private/config/user.conf.php: Obtained from: OAM Submitted by: 384 SFS Reviewed by: SFS Add setup for feedback module. 385 386 2005-03-02 19:06 sandys1 387 388 * public/admin/style.css: Submitted by: SFS Changes to support 389 changes to showform template 390 391 2005-03-02 19:04 sandys1 392 393 * public/style.css: Submitted by: SFS Default styles for showform 394 includes. 395 396 2005-03-02 19:00 sandys1 397 398 * private/lib/ext/PxDB/templates/showform.tpl: Submitted by: SFS 399 Didn't even need that one style attribute the useless var was 400 setting. 401 402 2005-03-02 18:58 sandys1 403 404 * private/lib/ext/PxDB/templates/showform.tpl: Submitted by: SFS 405 Made template HTML validate, removed needless colspan, removed 406 needless variable, formatted HTML, fixed missing </div> 407 408 2005-03-02 18:40 sandys1 409 410 * private/templates/: header.tpl, section/_home.tpl: Submitted by: 411 SFS Hide CSS from NS 4 by default 412 413 2005-03-02 18:26 sandys1 414 415 * 416 private/lib/ext/PxDB/classes/content/output/pxdb_collection.class.php: 417 Submitted by: SFS Handle case where datatype passed to 418 constructor is an empty string ('') 419 420 2005-03-02 18:16 sandys1 421 422 * private/section.php: Submitted by: SFS Account for 423 CONTENT_DATATYPES_LIST being an empty string ('') when no modules 424 are marked as exposed. 425 426 2005-03-02 18:14 sandys1 427 428 * private/modules/general/list.php: Submitted by: SFS Account for 429 when all modules might be made non-public (not exposed) and 430 CONTENT_DATATYPES_LIST is an empty string ('') 431 432 2005-03-02 17:04 sandys1 433 434 * private/lib/ext/PxDB/resources/ListWidget.class.php: Submitted 435 by: SFS Second version of same bug, similar fix 436 437 2005-03-01 20:45 sandys1 438 439 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 440 Submitted by: SFS Fixed error that only showed up when password 441 failed validation. Tried to validate 'password_verify' which 442 isn't a db field and is already handled by password. 443 444 2005-03-01 20:16 sandys1 445 446 * private/lib/ext/PxDB/classes/pxdb.class.php: Submitted by: SFS 447 Eliminate spurious notice if you don't have a pxdb_www pref set. 448 Since we give explicit instructions to set it up, it's your 449 problem if you don't. 450 451 2005-03-01 19:39 sandys1 452 453 * private/lib/ext/PxDB/resources/ListWidget.class.php: Submitted 454 by: SFS Fix obscure table-generating bug. Also change comments so 455 they don't bork my code coloring. 456 457 2005-03-01 18:32 sandys1 458 459 * public/admin/config/config.inc.php: Submitted by: SFS Changed how 460 the site name gets generated. Makes more sense now on live sites 461 and is less convoluted, and will support www.forumone.com being a 462 live site. 463 464 2005-03-01 17:23 sandys1 465 466 * private/modules/article/templates/listitem-doc.tpl: Submitted by: 467 SFS Matches DB now--organisation field is history. 468 469 2005-03-01 12:45 omerida 470 471 * private/lib/ext/PxDB/plugins/widgets/month_year.php: Obtained 472 from: OM Submitted by: OM 473 474 Fixed broken, convulted javascript: replaced onBlur w/onChange 475 event. Better use of DOM to access values. Added start_year 476 param to fix starting year at a specific point instead of just so 477 many years back 478 479 2005-02-28 18:33 sandys1 480 481 * private/lib/syntaxcms/F1CMS.class.php: Submitted by: SFS Fixed 482 race condition in cache implementation -- cache would attempt to 483 flush whether or not the cache directory had already been flushed 484 (deleted). 485 486 2005-02-28 18:32 sandys1 487 488 * private/lib/syntaxcms/Site.class.php: Submitted by: SFS Updates 489 class to support the lack of passing by reference that OAM put in 490 F1CMS. To fix inconsistency in site-wide cache flushing, 491 implemented a class property to hold a boolean of whether the 492 cache has been flushed or not. Default is false. 493 494 2005-02-28 17:21 sandys1 495 496 * dump.sql: Sumbitted by: SFS Fixed a couple of errors in the SQL, 497 made Site Section grouping not required by default, and made 498 records.idnum varchar250 so the key length isn't too long in 499 usergroup (which spans across two columns for its primary key, 500 and they were adding up to 510 bytes, above the maximum length 501 for a key allowed by MySQL). 502 503 2005-02-28 15:01 sandys1 504 505 * dump.sql: Submitted by: SFS Group by: has not been required in 506 Sections for a while, so this updates the default installation to 507 reflect that. 508 509 2005-02-25 16:08 omerida 510 511 * private/lib/ext/PxDB/classes/metadata/pxdb_typesfield.class.php: 512 Fixed a warning caused when was not set in save() 513 514 2005-02-25 00:14 omerida 515 516 * private/lib/ext/PxDB/classes/pxdb.class.php: Removed a warning in 517 import caused when ['pxdb'] is not set. 518 519 2005-02-24 15:18 ncowham 520 521 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 522 Added send_event_notification to notify on the 523 syntax_event_preupdate condition 524 525 2005-02-24 15:16 ncowham 526 527 * 528 private/lib/ext/PxDB/classes/events/pxdb_event_dispatcher.class.php: 529 Added methods to suppress notificaitons at runtime. Also added 530 the syntax_event_preupdate notification 531 532 2005-02-23 22:15 omerida 533 534 * private/lib/ext/PxDB/plugins/widgets/month_year.php: Obtained 535 from: OM Submitted by: OM Reviewed by: OM Fixed widget to 536 correctly calculate starting point for years back, year forward. 537 Replaced bogus while loop with for loop. 538 539 2005-02-23 17:57 sandys1 540 541 * private/lib/ext/PxDB/plugins/validators/web-img-type.php: 542 Submitted by: SFS Fixed IE 6 on Win XP issue, where it uploads 543 all JPEGs as image/pjpeg instead of image/jpeg like God intended. 544 So we have to accomodate broken IE in the "fixed" version, 545 according to IE blog. Everybody use Firefox. 546 547 2005-02-23 14:29 sandys1 548 549 * 550 private/lib/ext/PxDB/classes/content/output/pxdb_search.class.php: 551 Submitted by: SFS Code formatting and standardization. Still 552 probably missed some things. 553 554 2005-02-23 14:27 sandys1 555 556 * private/modules/general/list.php: Submitted by: SFS Bring code 557 closer to standard 558 559 2005-02-23 09:19 sandys1 560 561 * private/modules/general/list.php: Submitted by: SFS Changed 562 'in_section' back to 'section', as this borked the default 563 behavior. 564 565 2005-02-21 17:50 sandys1 566 567 * private/lib/ext/PxDB/resources/ListWidget.class.php: Obtained 568 from: AC, SFS Submitted by: SFS Added additional parameter to 569 checkBoxes to allow prepending a value to the ID. Also major code 570 cleanup and performance enhancement. 571 572 2005-02-21 12:09 sandys1 573 574 * private/modules/search/templates/none_found.tpl: Submitted by: 575 SFS Fixed issue with search term not being displayed. 576 577 2005-02-16 15:28 sandys1 578 579 * 580 private/lib/ext/PxDB/pxdb_www/widgets/rel_filtered_picker/records.php: 581 Obtained from: AC, SFS Submitted by: SFS Reviewed by: OAM added 582 entity encoding of " to prevent HTML foulup. Also formatted code 583 and improved display. 584 585 2005-02-15 22:31 omerida 586 587 * 588 private/lib/ext/PxDB/classes/content/output/pxdb_picktable_tree.class.php: 589 Fixed get_listwidget_array to optionally use a string to 'mark' 590 the depth of each row accordingly 591 592 2005-02-15 17:49 omerida 593 594 * private/lib/syntaxcms/F1CMS.class.php: /tmp/cvsmzIlPl 595 596 2005-02-14 17:00 omerida 597 598 * dump.sql: Added metatdata for feedback object 599 600 2005-02-14 16:47 omerida 601 602 * private/templates/section/feedback.tpl: Added feedback module 603 wrapper section. 604 605 2005-02-14 16:45 omerida 606 607 * private/templates/: footer.tpl, section/_home.tpl: Added link to 608 feedback section 609 610 2005-02-14 16:37 omerida 611 612 * private/modules/feedback/: README, input.php, init/init.php, 613 init/register.php, lib/AbstractFeedback.class.php, 614 templates/README: Initial import of generic site feedback module 615 for Syntax CMS 616 617 2005-02-14 16:37 omerida 618 619 * private/modules/feedback/: README, input.php, init/init.php, 620 init/register.php, lib/AbstractFeedback.class.php, 621 templates/README: Initial revision 622 623 2005-02-14 16:26 omerida 624 625 * private/lib/ext/PxDB/classes/metadata/pxdb_view.class.php: Added 626 fetch_object_view convenient constructor method. Code style 627 cleanup 628 629 2005-02-14 15:32 omerida 630 631 * private/modules/general/list.php: Submitted by: OM Changed 632 sunrise check to be >= instead of just > so that content appears 633 at the expected time. Changed section request var to in_section 634 (i've had problems with using section as a request var) Code 635 style clean up. 636 637 2005-02-14 15:28 sandys1 638 639 * private/lib/syntaxcms/functions.lib.php: Obtained from: AC 640 Submitted by: SFS Reviewed by: SFS added 641 stx_truncate_to_sentence(). Also renamed all functions stx_ and 642 aliased them with the old names and marked the old versions 643 deprecated. 644 645 2005-02-14 15:24 omerida 646 647 * public/images/highlights.gif: Removed image 648 649 2005-02-14 15:22 omerida 650 651 * private/templates/grouping.tpl: Removed extra br tag, should use 652 css to control spacing. 653 654 2005-02-14 15:20 omerida 655 656 * private/templates/highlights.tpl: Replaced image header with text 657 header. Code style cleanup. Highlights now looks for content 658 featured on the current section. 659 660 Submitted by: OM Reviewed by: SS 661 662 2005-02-14 15:15 omerida 663 664 * private/templates/grouping.tpl: Submitted by: OM Reviewed by: OM 665 Updated grouping template to look for items that are published to 666 the current section. Section id is passed in module call to 667 general/list 668 669 2005-02-14 14:34 omerida 670 671 * public/admin/style.css: changed css to allow margin above the 672 separator. 673 674 2005-02-14 14:31 omerida 675 676 * public/admin/display/templates/showform.tpl: Fixed changes to 677 __nolabel__ id, changed css to allow margin above the separator. 678 679 2005-02-14 14:01 sandys1 680 681 * 682 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 683 Obtained from: AC Submitted by: SFS Reviewed by: SFS Patch for 684 showing wrong time on input forms. Also removed double-quotes on 685 literal strings. 686 687 2005-02-11 17:43 omerida 688 689 * public/admin/display/templates/showform.tpl: Added handling for 690 __nolabel__ in field identifiers to suppress label cell in a row 691 692 2005-02-11 17:40 omerida 693 694 * public/admin/style.css: Added styling for new separator widgets 695 696 2005-02-11 17:39 omerida 697 698 * private/lib/ext/PxDB/plugins/widgets/separator.php: Added usage 699 note 700 701 2005-02-11 17:38 omerida 702 703 * private/lib/ext/PxDB/plugins/widgets/separator.php: Simple widget 704 used to put separating headers in a form 705 706 2005-02-11 15:51 omerida 707 708 * 709 private/lib/ext/PxDB/classes/content/output/pxdb_collection.class.php: 710 Added method to set explicitly what usergroup privs to use in 711 filtering, overrides logged in user auth object 712 713 2005-02-11 15:33 omerida 714 715 * private/lib/ext/PxDB/classes/pxdb_prefs.class.php: Submitted by: 716 OAM Reviewed by: SFS get_hash(): Added function to return a set 717 of prefs under the same name as an associative array. minor code 718 cleanup removed md5 use in internal cache and replaced with a 719 straightforward 2-d array internally. Should be a miniscule 720 performance improvement. 721 722 2005-02-11 15:16 omerida 723 724 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 725 Fixed bug that caused bad SQL to be generated when you use 726 set_field to write a record but don't modify a field that is in 727 records (ie only change relationship or pickrels ) minor code 728 style cleanups added todo notes to grant and check priv wrappers 729 730 2005-02-11 12:19 sandys1 731 732 * private/templates/nav/sectionitemnew.tpl: Submitted by: SFS NOt 733 used anymore 734 735 2005-02-11 12:17 sandys1 736 737 * private/templates/navitem.tpl: Submitted by: SFS Not used 738 739 2005-02-11 12:15 sandys1 740 741 * public/load.php: Submitted by: SFS Reviewed by: OAM Not using 742 PEAR::Error, so pointless to test for it. 743 744 2005-02-11 11:22 sandys1 745 746 * public/.htaccess: Submitted by: SFS Reviewed by: OAM No longer 747 need the google-killing trans_sid, so explicitly set it to off. 748 749 2005-02-11 11:10 sandys1 750 751 * private/modules/search/results.php: Submitted by: SFS Edited to 752 conform with standards (variable names) 753 754 2005-02-11 11:01 sandys1 755 756 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 757 Submitted by: SFS Reviewed by: OAM Added notification of a 758 pre-deletion event. Useful for logging. 759 760 2005-02-11 10:56 sandys1 761 762 * 763 private/lib/ext/PxDB/classes/events/pxdb_event_dispatcher.class.php: 764 Submitted by: SFS Reviewed by: OAM Adding an event before a 765 record is deleted (useful for logging) 766 767 2005-02-10 17:44 omerida 768 769 * dump.sql: Updated all table to use varchars(255) instead of char 770 where appropriate 771 772 2005-02-10 17:42 omerida 773 774 * dump.sql: Updated country table to use varchars(255) instead of 775 char 776 777 2005-02-09 23:15 omerida 778 779 * private/lib/ext/PxDB/plugins/widgets/pick_tree.php: Removed php 780 warning when using pick_tree with checkboxes but no data value 781 was set 782 783 2005-02-09 10:21 sandys1 784 785 * 786 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 787 Submitted by: SFS Fixed regression introduced when fixing custom 788 widget access to $params 789 790 2005-02-08 18:23 omerida 791 792 * dump.sql: Removed document relationship to non existant datatype, 793 caused dbasis to crash 794 795 2005-02-07 20:47 sandys1 796 797 * 798 public/admin/dbasis/codegen/code_templates/class.SyntaxCodeTemplate_ListCapability.php: 799 Obtained from: AC Submitted by: SFS Reviewed by: SFS Fix from 800 Aaron for already-quoted DB_TIME_STAMP constant having quotes 801 added by the filter class. 802 803 2005-02-07 17:24 omerida 804 805 * dump.sql: Updated to use 1.2.0 db structure out of the box. 806 807 2005-02-07 16:38 omerida 808 809 * public/admin/list.php: Removed extra session_start before calling 810 includes/setup.php that sometimes caused a double login prompt 811 812 2005-02-06 15:49 sandys1 813 814 * private/section.php: Submitted by: SFS hopefully handled case 815 where errors in display could cause an infinite loop 816 817 2005-02-04 17:03 omerida 818 819 * public/admin/includes/ContextColumns.php: Replaced hard coded 820 /admin link used in reorder images link with SITE_REL constant 821 822 2005-01-30 17:43 omerida 823 824 * public/admin/picklist.php: Code style cleanup 825 826 2005-01-30 17:38 omerida 827 828 * public/admin/display/pick_list_parent.disp.php: Submitted by: OM 829 * Fixed parent select dropdown to indent children to reflect 830 hierarchy. * Replaced foreach with while list each * Fixed style 831 cleanup * Removed restriction on deleting entries without 832 parents. Still can't delete an item if it has children. * Fixed 833 html input name for parent selector so that it is correctly 834 written into the database. * Realized that the code used here 835 for manipulating picklists was originally copied from dbasis, 836 it'd be nice if there were *some* way of encapsulating such work 837 in a reusable manner. 838 839 2005-01-30 17:33 omerida 840 841 * public/admin/picklist.php: Code style cleanup 842 843 2005-01-28 15:26 omerida 844 845 * private/lib/ext/PxDB/plugins/widgets/color_picker.php: add 846 color_picker widget: allows users to visually pick a color from a 847 web-safe palette. 848 849 2005-01-27 17:19 sandys1 850 851 * private/modules/search/templates/results.tpl: Submitted by: SFS 852 Moved page title to Syntax CMS function, code formatting 853 854 2005-01-27 17:17 sandys1 855 856 * private/modules/search/results.php: Submitted by: SFS Use Syntax 857 CMS page title functionality, code formatting 858 859 2005-01-27 15:46 sandys1 860 861 * private/templates/paginate.tpl: Submitted by: SFS Code 862 formatting. 863 864 2005-01-27 09:42 sandys1 865 866 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Submitted 867 by: SFS Include error page instead of just dumping script when a 868 module or action can't be found or handled. 869 870 2005-01-27 09:30 sandys1 871 872 * private/section.php: Submitted by: SFS Added temporary solution 873 (some would call it a hack) to restore proper 404 behavior for 874 missing sections until we can re-architect an appropriate general 875 solution. 876 877 2005-01-26 18:42 sandys1 878 879 * public/admin/modules/navigation/display/list.disp.php: Submitted 880 by: SFS Reviewed by: OAM Formats code and corrects HTML errors 881 882 2005-01-26 18:40 sandys1 883 884 * public/admin/modules/navigation/lib.php: Submitted by: SFS 885 Reviewed by: OAM Updated to take advantage of url_path element, 886 eliminating several SQL queries per section. 887 888 2005-01-26 18:34 sandys1 889 890 * 891 private/lib/ext/PxDB/classes/content/output/pxdb_record.class.php: 892 Submitted by: SFS added get_children_noderelid to let you use a 893 noderelid instead of a datatype to fetch children of a node. Also 894 massive formatting cleanup. 895 896 2005-01-25 16:31 omerida 897 898 * private/lib/ext/PxDB/plugins/processors/: resize_jpg.php, 899 resize_jpg_100.php: Added support for progressive jpegs via Mime 900 type 901 902 2005-01-25 14:57 omerida 903 904 * private/lib/ext/PxDB/classes/tools/pxdb_tools.class.php: Accepted 905 patch from Aaron C. to sort returned plugins dir alphabetically 906 907 2005-01-25 14:53 omerida 908 909 * private/lib/ext/PxDB/classes/content/input/pxdb_input.class.php: 910 Submitted by: OM Reviewed by: Various code style fixes Replaced a 911 number of foreach with while...list..each accepted patch from 912 Aaaron C., fix spelling error in showform() signature that caused 913 additional_vars not to pass through correctly. 914 915 2005-01-17 18:03 omerida 916 917 * 918 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 919 Obtained from: OM Submitted by: OM Reviewed by: SS _widget_upload 920 was broken, not correctly getting widget_params. 921 922 2005-01-17 16:22 omerida 923 924 * private/lib/syntaxcms/: Section.class.php, SectionNavigator.php: 925 Submitted by: OM Reviewed by: SS getAncestorCollection: method 926 for returning a section's ancestors as a pxdb_collection object. 927 928 2005-01-14 16:08 omerida 929 930 * 931 private/lib/ext/PxDB/classes/content/output/pxdb_search.class.php: 932 Obtained from: AC Submitted by: OM when joining against a pickrel 933 field, it was testing if the field type was 'pickre' instead of 934 'pickrel' and thus using the wrong table in SQL join 935 936 2005-01-14 15:31 omerida 937 938 * 939 private/lib/ext/PxDB/classes/content/output/pxdb_search.class.php: 940 get_join_sql will now always return a string as part of orderby 941 942 2005-01-14 15:15 omerida 943 944 * 945 private/lib/ext/PxDB/classes/content/output/pxdb_search.class.php: 946 Minor fix to get_related_sql() 947 948 2005-01-14 14:53 omerida 949 950 * public/files.php: Submitted by: OM Removed download counting code 951 that isn't part of syntax codebase. Added output_buffering 952 control to make sure headers can be sent so that downloads aren't 953 sent as text. Was causing images to break, for example. 954 955 2005-01-14 13:49 omerida 956 957 * 958 private/lib/ext/PxDB/classes/content/output/pxdb_search.class.php: 959 Obtained from: AC Submitted by: AC Reviewed by: OM Fixed improper 960 use of each to try to get out variables from a returned multi-row 961 array for get_join_sql() 962 963 2005-01-14 10:53 omerida 964 965 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Obtained 966 from: AC Submitted by: OM Reviewed by: Added a check that a 967 capability has been requested for a module when also checking for 968 a fallbackprovider for that capability, so if 969 /content/some_module/ is requested, it won't go to a random 970 fallback provider. Instead it'll proceed to check for a default 971 action. 972 973 2005-01-13 18:04 omerida 974 975 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Obtained 976 from: AC Submitted by: OM Fixed default_capability overriding the 977 use of a fallback provider when a module action isn't found. 978 979 2005-01-13 18:02 omerida 980 981 * private/lib/syntaxcms/Modules.class.php: Added documentation for 982 getFallbackProvider() 983 984 2005-01-10 13:42 omerida 985 986 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Obtained 987 from:AC Submitted by:OAM Fixed a new bug that caused valid module 988 capability requests to be replaced in the path by the default 989 capability before getScript() was called. 990 991 2005-01-07 18:36 omerida 992 993 * private/lib/ext/PxDB/config/install/mysql-upgrade.php: Script 994 will generate a mysqldump file prior to doing anything, in 995 SITE_TMP. Will fix bad section to section relationships ( 996 cirucular, self-parent). 997 998 2005-01-07 18:27 omerida 999 1000 * private/lib/ext/PxDB/config/run-once.php: Replaced 1001 pxdb::trigger_error with trigger_error, code formatting 1002 improvements, set errors to display on upgrades. 1003 1004 2005-01-07 18:24 omerida 1005 1006 * private/lib/ext/PxDB/config/initialize.php: Added smart alecky 1007 comment to code 1008 1009 2005-01-06 11:32 sandys1 1010 1011 * 1012 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 1013 Submitted by: SFS Fixed issue where $params was being clobbered 1014 with an empty array. Widgets should be now able to use $params to 1015 retrieve params formerly restricted to $plugin_info['params']. 1016 The inline documentation on example widgets is now correct. 1017 1018 2005-01-03 18:04 omerida 1019 1020 * 1021 private/lib/ext/PxDB/pxdb_www/widgets/rel_filtered_picker/list.php: 1022 Fixed filter settings not persiting when you paginate. Added 1023 letter_filter param to create first-letter select widget based on 1024 a field. Added keyword searching across simple fields. 1025 1026 Obtained from: Joe Pringle Submitted by: OAM 1027 1028 2005-01-03 18:02 omerida 1029 1030 * 1031 private/lib/ext/PxDB/pxdb_www/widgets/rel_filtered_picker/filters.php: 1032 Added an option via param letter_filter to specify a field (such 1033 as name) to use to build a select widget with the first letter of 1034 all exisiting entries for a target datatype. Submitted by: OAM 1035 1036 2005-01-03 15:53 omerida 1037 1038 * private/lib/ext/PxDB/plugins/widgets/rel_filtered_picker.php: 1039 Improved testing to check if current values array really holds 1040 ids for pxdb_records. 1041 1042 2005-01-03 15:47 omerida 1043 1044 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 1045 Fixed bad logic test that resulted in an incorrect warning about 1046 datatype being empty when there was no record id as well 1047 1048 2004-12-23 17:44 sandys1 1049 1050 * private/modules/search/lib/class.DBSearch.php: Issue number: 6 1051 Submitted by: SFS Results now appear only under NAV_ROOT_EL, for 1052 sections at least. Also fixed the fulltext index to match the 1053 default (and more useful) one. Code formatting. 1054 1055 2004-12-23 17:41 sandys1 1056 1057 * private/modules/search/results.php: Submitted by: SFS Remove 1058 reference to nonexistent sidebar template; formatting. 1059 1060 2004-12-23 17:37 sandys1 1061 1062 * private/lib/syntaxcms/Modules.class.php: Submitted by: SFS Update 1063 with missing function needed to support search module. 1064 1065 2004-12-23 17:36 sandys1 1066 1067 * private/templates/footer.tpl: Submitted by: SFS Update to use 1068 search module; formatting 1069 1070 2004-12-23 17:32 sandys1 1071 1072 * private/templates/header.tpl: Submitted by: SFS Code formatting. 1073 1074 2004-12-23 17:22 sandys1 1075 1076 * private/templates/section/_home.tpl: Submitted by: SFS Update 1077 template to use search module 1078 1079 2004-12-23 16:31 sandys1 1080 1081 * public/admin/display/modules.disp.php: Submitted by: SFS Moved 1082 SIte Navigation to content area 1083 1084 2004-12-23 16:30 sandys1 1085 1086 * public/admin/display/datatypes.disp.php: Submitted by: SFS Moved 1087 Site Navigation to Manage Content group 1088 1089 2004-12-23 16:28 sandys1 1090 1091 * public/admin/style.css: Issue number: 7 Submitted by: SFS Change 1092 image paths in CSS to relative to support variable naming of 1093 admin tool's directory. Also changes to support interface tweak 1094 (moving Site Navigation to Manage Content). 1095 1096 2004-12-23 12:30 omerida 1097 1098 * public/admin/: display/list_filters.php, 1099 includes/lib.DspListFilters.php, list.php: Added intelligent 1100 filters for working with content lists. 1101 1102 2004-12-23 12:29 omerida 1103 1104 * public/admin/display/header.disp.php: Added support for including 1105 a specific file in the left side bar. Fixed an image hardcoded 1106 to /admin 1107 1108 2004-12-23 12:27 omerida 1109 1110 * public/admin/style.css: Replaced abolute image paths with 1111 relative paths. Added style for content filters 1112 1113 2004-12-22 16:41 sandys1 1114 1115 * private/config/user.conf.php: Issue number: 8 Submitted by: SFS 1116 Added example 'action_alias' attribute for the sitemap module. 1117 1118 2004-12-22 16:37 sandys1 1119 1120 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Issue 1121 number: 8 Submitted by: SFS Added 'action_alias' property for 1122 modules. To cause a request like: /content/my_module/fake_action/ 1123 to be mapped to: /private/modules/my_module/real_action.php 1124 simply add this line to user.conf.php: 1125 Modules::setAttribute('my_module', 'action_alias', 1126 array('fake_action' => 'real_action')); 1127 1128 2004-12-21 15:53 omerida 1129 1130 * private/lib/ext/PxDB/classes/metadata/pxdb_typesfield.class.php: 1131 Fixed constant used to trigger_error warning 1132 1133 2004-12-20 22:48 sandys1 1134 1135 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Submitted 1136 by: SFS Overrode parent setPath method to support checking the 1137 module attribute 'default_action' instead of whatever was set by 1138 setDefaultPath, which luckily is documented as private by our 1139 documentation parser. Now if an action isn't specified, it will 1140 check 'default_action' and if none is found, it will try 'list'. 1141 It will fail as before if neither of those eventualities works. 1142 1143 2004-12-20 22:38 sandys1 1144 1145 * private/lib/syntaxcms/Request/Request.class.php: Submitted by: 1146 SFS Documentation improvement and code formatting, to support 1147 addition of 'default_action' module attribute. setPath is now 1148 overridden in the ModuleRequest child class. 1149 1150 2004-12-20 22:35 sandys1 1151 1152 * private/init/init.php: Submitted by: SFS Removed inclusion of 1153 superfluous path_rewrites.conf.php file. 1154 1155 2004-12-20 22:32 sandys1 1156 1157 * private/config/path_rewrites.conf.php: Submitted by: SFS Removed 1158 this file since module metadata is now properly set in user.conf 1159 with all the other module metadata. 1160 1161 2004-12-20 22:30 sandys1 1162 1163 * private/config/user.conf.php: Submitted by: SFS Added new module 1164 attribute 'default_action' to replace path_rewrites.conf.php. 1165 Just specify the default action you want a module call to have. 1166 If you don't specify one and one isn't provided by the user, the 1167 Request object will try 'list' since that's the unofficial 1168 default--though now I guess it's official. Otherwise you'll see 1169 the same broken behavior you would have seen had you not provided 1170 a default path for it via path_rewrites. 1171 1172 2004-12-19 00:55 sandys1 1173 1174 * public/admin/includes/lib/custom_validators.lib.php: Submitted 1175 by: SFS 1.2.0 changes obsoleted a function, so I removed it. 1176 1177 2004-12-19 00:51 sandys1 1178 1179 * private/lib/syntaxcms/Request/SectionRequest.class.php: Submitted 1180 by: SFS Changed to keep url_id in idnum column. 1181 1182 2004-12-19 00:47 sandys1 1183 1184 * private/lib/syntaxcms/Site.class.php: Submitted by: SFS Formatted 1185 code 1186 1187 2004-12-19 00:46 sandys1 1188 1189 * private/lib/syntaxcms/SectionNavigatorOptimized.php: Submitted 1190 by: SFS Can keep url_id in idnum column. Also optimized SQL. 1191 1192 2004-12-19 00:45 sandys1 1193 1194 * private/lib/syntaxcms/SectionNavigator.php: Submitted by: SFS 1195 Fixed some error messages to reflect 1.2.0 changes 1196 1197 2004-12-19 00:42 sandys1 1198 1199 * private/lib/ext/PxDB/events/syntax_section_handler.class.php: 1200 Submitted by: SFS No longer need to use url column for url_id, 1201 can keep idnum 1202 1203 2004-12-19 00:41 sandys1 1204 1205 * private/lib/ext/PxDB/config/install/mysql-upgrade.php: Submitted 1206 by: SFS Found a less-radical way to accomplish the upgrade (don't 1207 have to move url_id away from idnum) 1208 1209 2004-12-19 00:35 sandys1 1210 1211 * private/lib/ext/PxDB/pxdb.inc.php: Submitted by: SFS Moved 1212 noderel defines and DT_NODE define here to help with 1.2.0 1213 upgrade script. 1214 1215 2004-12-19 00:33 sandys1 1216 1217 * private/config/path_rewrites.conf.php: Submitted by: SFS Add 1218 default action for sitemap module. 1219 1220 2004-12-19 00:29 sandys1 1221 1222 * private/config/user.conf.php: Submitted by: SFS Moved noderel 1223 defines to pxdb.inc.php and added navigation info for sitemap 1224 module so it will display by default. 1225 1226 2004-12-19 00:26 sandys1 1227 1228 * private/section.php: Submitted by: SFS Cleaned up code and 1229 removed commented-out code that's obviously no longer needed. 1230 1231 2004-12-17 17:06 sandys1 1232 1233 * public/admin/db.php, 1234 private/lib/ext/PxDB/events/syntax_section_handler.class.php: 1235 Submitted by: SFS 1.2.0 changes to support building and storing a 1236 URL path with each Section, removing the need for every url_id to 1237 be unique and speeding up some actions. 1238 1239 2004-12-17 16:49 sandys1 1240 1241 * public/admin/modules/navigation/lib.php: Submitted by: SFS 1.2.0 1242 changes to support building and storing a URL path with each 1243 Section, removing the need for every url_id to be unique and 1244 speeding up some actions. 1245 1246 2004-12-17 16:41 omerida 1247 1248 * private/lib/syntaxcms/Modules.class.php: fixed modules 1249 findModules() to check is_set correctly 1250 1251 2004-12-17 16:20 sandys1 1252 1253 * private/lib/syntaxcms/: Site.class.php, functions.lib.php, 1254 Request/SectionRequest.class.php: Submitted by: SFS 1.2.0 changes 1255 to support building and storing a URL path with each Section, 1256 removing the need for every url_id to be unique and speeding up 1257 some actions. 1258 1259 2004-12-17 16:17 sandys1 1260 1261 * private/lib/syntaxcms/: SectionNavigator.php, 1262 SectionNavigatorOptimized.php: Submitted by: SFS 1.2.0 changes to 1263 support building and storing a URL path with each Section, 1264 removing the need for every url_id to be unique and speeding up 1265 some actions. 1266 1267 2004-12-17 16:13 sandys1 1268 1269 * private/lib/: ext/PxDB/config/install/mysql-upgrade.php, 1270 syntaxcms/Section.class.php: Submitted by: SFS 1.2.0 changes to 1271 support building and storing a URL path with each Section, 1272 removing the need for every url_id to be unique and speeding up 1273 some actions. 1274 1275 2004-12-17 16:09 sandys1 1276 1277 * private/lib/ext/PxDB/config/initialize.php: Submitted by: SFS 1278 1.2.0 changes to support building and storing a URL path with 1279 each Section, removing the need for every url_id to be unique and 1280 speeding up some actions. 1281 1282 2004-12-17 16:08 sandys1 1283 1284 * 1285 private/lib/ext/PxDB/classes/events/pxdb_event_dispatcher.class.php: 1286 Submitted by: SFS Reviewed by: OAM 1.2.0 changes to support 1287 building and storing a URL path with each Section, removing the 1288 need for every url_id to be unique and speeding up some actions. 1289 Adds new events to listen for: EVENT_PUBLISH and EVENT_UNPUBLISH 1290 1291 2004-12-17 16:05 sandys1 1292 1293 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 1294 Submitted by: SFS 1.2.0 changes to support building and storing a 1295 URL path with each Section, removing the need for every url_id to 1296 be unique and speeding up some actions. 1297 1298 2004-12-17 15:42 sandys1 1299 1300 * private/lib/syntaxcms/F1CMS.class.php: Submitted by: SFS Global 1301 CACHE_ENABLED setting could be clobbered by a module, now always 1302 reset 1303 1304 2004-12-17 15:34 omerida 1305 1306 * private/lib/ext/PxDB/classes/content/input/pxdb_commit.class.php: 1307 Setting record id now causes datatype to be looked up so that 1308 it's never empty, toggling approval bit now checks that user has 1309 approval level datatype privilege 1310 1311 2004-12-16 18:45 sandys1 1312 1313 * private/lib/syntaxcms/F1CMS.class.php: Submitted by: SFS Get RID 1314 of stupid sectionNav() function. Keep display with display stuff. 1315 smarterPager, you're next. <evil grin> 1316 1317 2004-12-16 16:29 sandys1 1318 1319 * private/lib/syntaxcms/PathInfo.php: Submitted by: SFS Tweak to 1320 bring code to standards 1321 1322 2004-12-16 11:39 omerida 1323 1324 * private/lib/syntaxcms/Request/ModuleRequest.class.php: Source 1325 Code formatting cleanup, replaced pxdb::trigger_error with 1326 trigger_error 1327 1328 2004-12-16 11:36 omerida 1329 1330 * private/lib/syntaxcms/Request/Request.class.php: Replaced foreach 1331 while while,list,each Source code formatting cleanup Replaced 1332 pxdb::trigger_errror with just trigger_errror() 1333 1334 2004-12-16 11:33 omerida 1335 1336 * private/lib/syntaxcms/Modules.class.php: Added array checks to 1337 prevent PHP Notices. Source code formatting cleanup. 1338 1339 2004-12-14 18:24 omerida 1340 1341 * 1342 public/admin/dbasis/codegen/code_templates/class.SyntaxCodeTemplate_DetailTemplate.php: 1343 Enables support for primaryrel fields 1344 1345 2004-12-14 18:05 omerida 1346 1347 * public/admin/display/paginate.disp.php: Fixed to show Pagination 1348 if there are zero records 1349 1350 2004-12-14 17:49 sandys1 1351 1352 * 1353 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 1354 Submitted by: SFS Fixed a couple of regressions introduced by 1355 overeager grepping. 1356 1357 2004-12-14 01:40 sandys1 1358 1359 * 1360 private/lib/ext/PxDB/classes/content/input/pxdb_widgets.class.php: 1361 Submitted by: SFS Bring up to standard. Also very close. 1362 1363 2004-12-14 01:01 sandys1 1364 1365 * private/lib/ext/PxDB/classes/auth/pxdb_user.class.php: Submitted 1366 by: SFS Bring code all the way up to spec (again, very close) 1367 1368 2004-12-14 00:51 sandys1 1369 1370 * private/lib/ext/PxDB/classes/auth/pxdb_auth.class.php: Submitted 1371 by: SFS Bring code all the way up to standard (it was very close) 1372 1373 2004-12-14 00:42 sandys1 1374 1375 * private/modules/general/templates/listitem-featured.tpl: 1376 Submitted by: SFS Improved HTML and code 13