-
The current database update code is contained in the plugin activation hook, however this hook is not fired when a plugin upgrade occurs.
This code should be moved outside of the activation function.…
-
Tried a few times to import the WPMDB .mo file, but keep getting timeouts:
``` php
[28-Aug-2015 23:55:46 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /.../glotpress/gp-incl…
-
How much should we worry about backwards compatibility?
When it comes to plugins, I don't think we should worry at all. All GlotPress plugins will need to be converted to WordPress plugins anyways as…
bradt updated
9 years ago
-
I'm opening an issue for this so we have a single place to track it.
The discussion started over on [Slack](https://wordpress.slack.com/archives/glotpress/p1446721968000031) about breaking the fork s…
-
I think we should provide a hook which plugins can use to bootstrap their code. This would reduce the need for `is_plugin_active()` checks to prevent fatal errors.
Maybe `gp_init` and/or `gp_loaded`?…
-
$gpdb->insert() does some additional processing that is not done in $wpdb->insert().
Particularly troublesome is the fact that it substitutes NULL for data values that are not set, which GlotPress th…
-
Dear,
if you are looking for some improvement on the french translation, I can help you a bit there.
Therefore do not hesitate to contact me
Cheers,
Julien
-
bradt updated
9 years ago
-
WordPress: https://github.com/WordPress/WordPress/blob/4204afdd402533586cb54e5ca06e5b0d0e1fc365/wp-includes/pluggable.php#L1197-L1231
GlotPress: https://github.com/deliciousbrains/GlotPress/blob/ee83…
-
```
gp-includes/misc.php
497:function gp_json_encode( $data, $options = 0, $depth = 512 ) {
534: * @see gp_json_encode()
gp-includes/routes/glossary-entry.php
124: echo gp_json_encode( $ou…