Ticket #121 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Some Admin Options not retrieved when updating

Reported by: anonymous Owned by: mike
Priority: high Milestone: 1.0
Component: Administration Version: 1.0b3
Severity: normal Keywords: settings
Cc:

Description

admin/plog-options.php In Admin > Options tab, some options are not retrieved and have to be remembered and set again each time.

A few of these are: Use Cropped Square Thumbnails? Allow Compressed Recursive Downloads? Allow User Comments? (will override individual settings) Allow Auto Print? Generate Cruft-Free URLs (requires mod_rewrite)

Possibly all of the 'checked' type.

Change History

Changed 3 years ago by mike

Are you sure this is in Beta 2? I've never seen this problem before, however I wouldn't be surprised if this was happening in the latest development version.

Changed 3 years ago by anonymous

Update: This behavior is in Opera, but not Firefox.

Checking the HTML Source I see this: <input type="checkbox" name="square_thumbs" value="1" CHECKED/>

That's not what the page displays however. It's unchecked, at least in Opera. There should be a space after 'CHECKED' for it to render properly. Otherwise, the settings are unset/unchecked again once Update Options is pressed.

Changed 3 years ago by anonymous

  • priority changed from normal to high
  • version changed from 1.0 Beta 2 to 1.0 Beta 3

Changed 3 years ago by mike

  • status changed from new to closed
  • resolution set to fixed

Fixed in [376]

Note: See TracTickets for help on using tickets.